Html Css Color HEX #4020C6 Purple Heart

📋 copy color: '#4020C6'

red 64 ◦ green 32 ◦ blue 198

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

Shades of Purple Heart #4020C6

Tints of Purple Heart #4020C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 67.35%

R = 21.77%
G = 10.88%
B = 67.35%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4020C6 (or 0x4020C6) is known color: Purple Heart. HEX triplet: 40, 20 and C6. RGB value is (64,32,198). Sum of RGB (Red+Green+Blue) = 64+32+198=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 198 (77.73% from 255 or 67.35% from 294); Max value from RGB is 198 - color contains mainly: blue. Hex color #4020C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4020C6 is #BFDF39. Grayscale: #3B3B3B. Windows color (decimal): -12574522 or 12984384. OLE color: 12984384.

HSL color Cylindrical-coordinate representation of color #4020C6: hue angle of 251.57º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4020C6 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 64 32 198 -
CMYK 0.68 0.84 0 0.22
HSL 251.57º 0.72% 0.45% -
HSV(B) 251.57º 0.84% 0.78% -
XYZ 12.82 6.2 53.95 -
YUV 60.49 205.6 130.5 -
System Red Green Blue C M Y K H S L
Decimal 64 32 198 0.68 0.84 0 0.22 251.57 0.72 0.45
Hex 40 20 C6 44 54 0 16 FC 48 2D
Octal 100 40 306 104 124 0 26 374 110 55
Binary 1000000 100000 11000110 1000100 1010100 0 10110 11111100 1001000 101101

Color Harmonies of #4020C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4020C6

Black with #4020C6

Text Example


Text Example

White with #4020C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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