Html Css Color HEX #4024CD Purple Heart

📋 copy color: '#4024CD'

red 64 ◦ green 36 ◦ blue 205

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

Shades of Purple Heart #4024CD

Tints of Purple Heart #4024CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 67.21%

R = 20.98%
G = 11.8%
B = 67.21%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4024CD (or 0x4024CD) is known color: Purple Heart. HEX triplet: 40, 24 and CD. RGB value is (64,36,205). Sum of RGB (Red+Green+Blue) = 64+36+205=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #4024CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4024CD is #BFDB32. Grayscale: #3E3E3E. Windows color (decimal): -12573491 or 13444160. OLE color: 13444160.

HSL color Cylindrical-coordinate representation of color #4024CD: hue angle of 249.94º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4024CD is Cyan = 0.69, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 36 205 -
CMYK 0.69 0.82 0 0.20
HSL 249.94º 0.7% 0.47% -
HSV(B) 249.94º 0.82% 0.8% -
XYZ 13.76 6.76 58.34 -
YUV 63.64 207.78 128.26 -
System Red Green Blue C M Y K H S L
Decimal 64 36 205 0.69 0.82 0 0.20 249.94 0.7 0.47
Hex 40 24 CD 45 52 0 14 FA 46 2F
Octal 100 44 315 105 122 0 24 372 106 57
Binary 1000000 100100 11001101 1000101 1010010 0 10100 11111010 1000110 101111

Color Harmonies of #4024CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4024CD

Black with #4024CD

Text Example


Text Example

White with #4024CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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