Html Css Color HEX #4020CF Purple Heart

📋 copy color: '#4020CF'

red 64 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #4020CF

Tints of Purple Heart #4020CF

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.56%

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

R = 21.12%
G = 10.56%
B = 68.32%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4020CF (or 0x4020CF) is known color: Purple Heart. HEX triplet: 40, 20 and CF. RGB value is (64,32,207). Sum of RGB (Red+Green+Blue) = 64+32+207=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 207 (81.25% from 255 or 68.32% from 303); Max value from RGB is 207 - color contains mainly: blue. Hex color #4020CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4020CF is #BFDF30. Grayscale: #3C3C3C. Windows color (decimal): -12574513 or 13574208. OLE color: 13574208.

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

Color convert

RGB 64 32 207 -
CMYK 0.69 0.85 0 0.19
HSL 250.97º 0.73% 0.47% -
HSV(B) 250.97º 0.85% 0.81% -
XYZ 13.89 6.63 59.58 -
YUV 61.52 210.1 129.77 -
System Red Green Blue C M Y K H S L
Decimal 64 32 207 0.69 0.85 0 0.19 250.97 0.73 0.47
Hex 40 20 CF 45 55 0 13 FB 49 2F
Octal 100 40 317 105 125 0 23 373 111 57
Binary 1000000 100000 11001111 1000101 1010101 0 10011 11111011 1001001 101111

Color Harmonies of #4020CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4020CF

Black with #4020CF

Text Example


Text Example

White with #4020CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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