Html Css Color HEX #6020CA Purple Heart

📋 copy color: '#6020CA'

red 96 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #6020CA

Tints of Purple Heart #6020CA

RGB

 RED value IS 96 (37.89% from 255) = 29.09%

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

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

R = 29.09%
G = 9.7%
B = 61.21%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6020CA (or 0x6020CA) is known color: Purple Heart. HEX triplet: 60, 20 and CA. RGB value is (96,32,202). Sum of RGB (Red+Green+Blue) = 96+32+202=330 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.09% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 202 (79.30% from 255 or 61.21% from 330); Max value from RGB is 202 - color contains mainly: blue. Hex color #6020CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6020CA is #9FDF35. Grayscale: #454545. Windows color (decimal): -10477366 or 13246560. OLE color: 13246560.

HSL color Cylindrical-coordinate representation of color #6020CA: hue angle of 262.59º 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 #6020CA is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 32 202 -
CMYK 0.52 0.84 0 0.21
HSL 262.59º 0.73% 0.46% -
HSV(B) 262.59º 0.84% 0.79% -
XYZ 16 7.78 56.54 -
YUV 70.52 202.2 146.18 -
System Red Green Blue C M Y K H S L
Decimal 96 32 202 0.52 0.84 0 0.21 262.59 0.73 0.46
Hex 60 20 CA 34 54 0 15 107 49 2E
Octal 140 40 312 64 124 0 25 407 111 56
Binary 1100000 100000 11001010 110100 1010100 0 10101 100000111 1001001 101110

Color Harmonies of #6020CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6020CA

Black with #6020CA

Text Example


Text Example

White with #6020CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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