Html Css Color HEX #6020CC Purple Heart

📋 copy color: '#6020CC'

red 96 ◦ green 32 ◦ blue 204

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

Shades of Purple Heart #6020CC

Tints of Purple Heart #6020CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.45%

R = 28.92%
G = 9.64%
B = 61.45%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6020CC (or 0x6020CC) is known color: Purple Heart. HEX triplet: 60, 20 and CC. RGB value is (96,32,204). Sum of RGB (Red+Green+Blue) = 96+32+204=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 32 (12.89% from 255 or 9.64% from 332); Blue value is 204 (80.08% from 255 or 61.45% from 332); Max value from RGB is 204 - color contains mainly: blue. Hex color #6020CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6020CC is #9FDF33. Grayscale: #464646. Windows color (decimal): -10477364 or 13377632. OLE color: 13377632.

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

Color convert

RGB 96 32 204 -
CMYK 0.53 0.84 0 0.2
HSL 262.33º 0.73% 0.46% -
HSV(B) 262.33º 0.84% 0.8% -
XYZ 16.24 7.88 57.79 -
YUV 70.74 203.2 146.01 -
System Red Green Blue C M Y K H S L
Decimal 96 32 204 0.53 0.84 0 0.2 262.33 0.73 0.46
Hex 60 20 CC 35 54 0 14 106 49 2E
Octal 140 40 314 65 124 0 24 406 111 56
Binary 1100000 100000 11001100 110101 1010100 0 10100 100000110 1001001 101110

Color Harmonies of #6020CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6020CC

Black with #6020CC

Text Example


Text Example

White with #6020CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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