Html Css Color HEX #4015AB Purple Heart

📋 copy color: '#4015AB'

red 64 ◦ green 21 ◦ blue 171

#4015AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4015AB

Tints of Purple Heart #4015AB

RGB

 RED value IS 64 (25.39% from 255) = 25%

 GREEN value IS 21 (8.59% from 255) = 8.2%

 BLUE value IS 171 (67.19% from 255) = 66.8%

R = 25%
G = 8.2%
B = 66.8%

CMYK

 C value IS 0.63

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4015AB (or 0x4015AB) is known color: Purple Heart. HEX triplet: 40, 15 and AB. RGB value is (64,21,171). Sum of RGB (Red+Green+Blue) = 64+21+171=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 171 (67.19% from 255 or 66.80% from 256); Max value from RGB is 171 - color contains mainly: blue. Hex color #4015AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4015AB is #BFEA54. Grayscale: #323232. Windows color (decimal): -12577365 or 11212096. OLE color: 11212096.

HSL color Cylindrical-coordinate representation of color #4015AB: hue angle of 257.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4015AB is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 21 171 -
CMYK 0.63 0.88 0 0.33
HSL 257.2º 0.78% 0.38% -
HSV(B) 257.2º 0.88% 0.67% -
XYZ 9.73 4.57 38.9 -
YUV 50.96 195.75 137.3 -
System Red Green Blue C M Y K H S L
Decimal 64 21 171 0.63 0.88 0 0.33 257.2 0.78 0.38
Hex 40 15 AB 3F 58 0 21 101 4E 26
Octal 100 25 253 77 130 0 41 401 116 46
Binary 1000000 10101 10101011 111111 1011000 0 100001 100000001 1001110 100110

Color Harmonies of #4015AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4015AB

Black with #4015AB

Text Example


Text Example

White with #4015AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4015AB; }

 p { color: rgb(64,21,171); }

 H1.HeaderClassName
 {
   color: #4015AB;
 }
 .AnyTagClassName
 {
   color: #4015AB;
 }
</style>

background-color css

<style>
 a { background-color: #4015AB; }

 a { background-color: rgb(64,21,171); }

 div.DivClassName
 {
   background-color: #4015AB;
 }
 .BgClassName
 {
   background-color: #4015AB;
 }
</style>

border-color css

<style>
 span { border-color: #4015AB; }

 span { border-color: rgb(64,21,171); }

 td.TdClassName
 {
   border-color: #4015AB;
 }
 .TagClassName
 {
   border-color: #4015AB;
 }
</style>