Html Css Color HEX #4020CB Purple Heart

📋 copy color: '#4020CB'

red 64 ◦ green 32 ◦ blue 203

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

Shades of Purple Heart #4020CB

Tints of Purple Heart #4020CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 67.89%

R = 21.4%
G = 10.7%
B = 67.89%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4020CB (or 0x4020CB) is known color: Purple Heart. HEX triplet: 40, 20 and CB. RGB value is (64,32,203). Sum of RGB (Red+Green+Blue) = 64+32+203=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #4020CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4020CB is #BFDF34. Grayscale: #3C3C3C. Windows color (decimal): -12574517 or 13312064. OLE color: 13312064.

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

Color convert

RGB 64 32 203 -
CMYK 0.68 0.84 0 0.20
HSL 251.23º 0.73% 0.46% -
HSV(B) 251.23º 0.84% 0.8% -
XYZ 13.41 6.43 57.04 -
YUV 61.06 208.1 130.1 -
System Red Green Blue C M Y K H S L
Decimal 64 32 203 0.68 0.84 0 0.20 251.23 0.73 0.46
Hex 40 20 CB 44 54 0 14 FB 49 2E
Octal 100 40 313 104 124 0 24 373 111 56
Binary 1000000 100000 11001011 1000100 1010100 0 10100 11111011 1001001 101110

Color Harmonies of #4020CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4020CB

Black with #4020CB

Text Example


Text Example

White with #4020CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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