Html Css Color HEX #6021CE Purple Heart

📋 copy color: '#6021CE'

red 96 ◦ green 33 ◦ blue 206

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

Shades of Purple Heart #6021CE

Tints of Purple Heart #6021CE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.85%

 BLUE value IS 206 (80.86% from 255) = 61.49%

R = 28.66%
G = 9.85%
B = 61.49%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6021CE (or 0x6021CE) is known color: Purple Heart. HEX triplet: 60, 21 and CE. RGB value is (96,33,206). Sum of RGB (Red+Green+Blue) = 96+33+206=335 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.66% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 206 (80.86% from 255 or 61.49% from 335); Max value from RGB is 206 - color contains mainly: blue. Hex color #6021CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6021CE is #9FDE31. Grayscale: #464646. Windows color (decimal): -10477106 or 13508960. OLE color: 13508960.

HSL color Cylindrical-coordinate representation of color #6021CE: hue angle of 261.85º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6021CE is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 33 206 -
CMYK 0.53 0.84 0 0.19
HSL 261.85º 0.72% 0.47% -
HSV(B) 261.85º 0.84% 0.81% -
XYZ 16.51 8.03 59.07 -
YUV 71.56 203.87 145.43 -
System Red Green Blue C M Y K H S L
Decimal 96 33 206 0.53 0.84 0 0.19 261.85 0.72 0.47
Hex 60 21 CE 35 54 0 13 106 48 2F
Octal 140 41 316 65 124 0 23 406 110 57
Binary 1100000 100001 11001110 110101 1010100 0 10011 100000110 1001000 101111

Color Harmonies of #6021CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6021CE

Black with #6021CE

Text Example


Text Example

White with #6021CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6021CE; }

 p { color: rgb(96,33,206); }

 H1.HeaderClassName
 {
   color: #6021CE;
 }
 .AnyTagClassName
 {
   color: #6021CE;
 }
</style>

background-color css

<style>
 a { background-color: #6021CE; }

 a { background-color: rgb(96,33,206); }

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

border-color css

<style>
 span { border-color: #6021CE; }

 span { border-color: rgb(96,33,206); }

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