Html Css Color HEX #6021CB Purple Heart

📋 copy color: '#6021CB'

red 96 ◦ green 33 ◦ blue 203

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

Shades of Purple Heart #6021CB

Tints of Purple Heart #6021CB

RGB

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

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

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

R = 28.92%
G = 9.94%
B = 61.14%

CMYK

 C value IS 0.53

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6021CB (or 0x6021CB) is known color: Purple Heart. HEX triplet: 60, 21 and CB. RGB value is (96,33,203). Sum of RGB (Red+Green+Blue) = 96+33+203=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 33 (13.28% from 255 or 9.94% from 332); Blue value is 203 (79.69% from 255 or 61.14% from 332); Max value from RGB is 203 - color contains mainly: blue. Hex color #6021CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6021CB is #9FDE34. Grayscale: #464646. Windows color (decimal): -10477109 or 13312352. OLE color: 13312352.

HSL color Cylindrical-coordinate representation of color #6021CB: hue angle of 262.24º degrees, saturation: 0.72, 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 #6021CB is Cyan = 0.53, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 33 203 -
CMYK 0.53 0.84 0 0.20
HSL 262.24º 0.72% 0.46% -
HSV(B) 262.24º 0.84% 0.8% -
XYZ 16.15 7.89 57.17 -
YUV 71.22 202.37 145.68 -
System Red Green Blue C M Y K H S L
Decimal 96 33 203 0.53 0.84 0 0.20 262.24 0.72 0.46
Hex 60 21 CB 35 54 0 14 106 48 2E
Octal 140 41 313 65 124 0 24 406 110 56
Binary 1100000 100001 11001011 110101 1010100 0 10100 100000110 1001000 101110

Color Harmonies of #6021CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6021CB

Black with #6021CB

Text Example


Text Example

White with #6021CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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