Html Css Color HEX #4020CA Purple Heart

📋 copy color: '#4020CA'

red 64 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #4020CA

Tints of Purple Heart #4020CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 67.79%

R = 21.48%
G = 10.74%
B = 67.79%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4020CA (or 0x4020CA) is known color: Purple Heart. HEX triplet: 40, 20 and CA. RGB value is (64,32,202). Sum of RGB (Red+Green+Blue) = 64+32+202=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 202 (79.30% from 255 or 67.79% from 298); Max value from RGB is 202 - color contains mainly: blue. Hex color #4020CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4020CA is #BFDF35. Grayscale: #3C3C3C. Windows color (decimal): -12574518 or 13246528. OLE color: 13246528.

HSL color Cylindrical-coordinate representation of color #4020CA: hue angle of 251.29º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4020CA is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 32 202 -
CMYK 0.68 0.84 0 0.21
HSL 251.29º 0.73% 0.46% -
HSV(B) 251.29º 0.84% 0.79% -
XYZ 13.29 6.39 56.41 -
YUV 60.95 207.6 130.18 -
System Red Green Blue C M Y K H S L
Decimal 64 32 202 0.68 0.84 0 0.21 251.29 0.73 0.46
Hex 40 20 CA 44 54 0 15 FB 49 2E
Octal 100 40 312 104 124 0 25 373 111 56
Binary 1000000 100000 11001010 1000100 1010100 0 10101 11111011 1001001 101110

Color Harmonies of #4020CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4020CA

Black with #4020CA

Text Example


Text Example

White with #4020CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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