Html Css Color HEX #4024CF Purple Heart

📋 copy color: '#4024CF'

red 64 ◦ green 36 ◦ blue 207

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

Shades of Purple Heart #4024CF

Tints of Purple Heart #4024CF

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.73%

 BLUE value IS 207 (81.25% from 255) = 67.43%

R = 20.85%
G = 11.73%
B = 67.43%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4024CF (or 0x4024CF) is known color: Purple Heart. HEX triplet: 40, 24 and CF. RGB value is (64,36,207). Sum of RGB (Red+Green+Blue) = 64+36+207=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 36 (14.45% from 255 or 11.73% from 307); Blue value is 207 (81.25% from 255 or 67.43% from 307); Max value from RGB is 207 - color contains mainly: blue. Hex color #4024CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4024CF is #BFDB30. Grayscale: #3F3F3F. Windows color (decimal): -12573489 or 13575232. OLE color: 13575232.

HSL color Cylindrical-coordinate representation of color #4024CF: hue angle of 249.82º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4024CF is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 64 36 207 -
CMYK 0.69 0.83 0 0.19
HSL 249.82º 0.7% 0.48% -
HSV(B) 249.82º 0.83% 0.81% -
XYZ 14.01 6.86 59.62 -
YUV 63.87 208.78 128.1 -
System Red Green Blue C M Y K H S L
Decimal 64 36 207 0.69 0.83 0 0.19 249.82 0.7 0.48
Hex 40 24 CF 45 53 0 13 FA 46 30
Octal 100 44 317 105 123 0 23 372 106 60
Binary 1000000 100100 11001111 1000101 1010011 0 10011 11111010 1000110 110000

Color Harmonies of #4024CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4024CF

Black with #4024CF

Text Example


Text Example

White with #4024CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4024CF; }

 p { color: rgb(64,36,207); }

 H1.HeaderClassName
 {
   color: #4024CF;
 }
 .AnyTagClassName
 {
   color: #4024CF;
 }
</style>

background-color css

<style>
 a { background-color: #4024CF; }

 a { background-color: rgb(64,36,207); }

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

border-color css

<style>
 span { border-color: #4024CF; }

 span { border-color: rgb(64,36,207); }

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