Html Css Color HEX #6020CB Purple Heart

📋 copy color: '#6020CB'

red 96 ◦ green 32 ◦ blue 203

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

Shades of Purple Heart #6020CB

Tints of Purple Heart #6020CB

RGB

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

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

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

R = 29%
G = 9.67%
B = 61.33%

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

#6020CB (or 0x6020CB) is known color: Purple Heart. HEX triplet: 60, 20 and CB. RGB value is (96,32,203). Sum of RGB (Red+Green+Blue) = 96+32+203=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 203 (79.69% from 255 or 61.33% from 331); Max value from RGB is 203 - color contains mainly: blue. Hex color #6020CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6020CB is #9FDF34. Grayscale: #464646. Windows color (decimal): -10477365 or 13312096. OLE color: 13312096.

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

Color convert

RGB 96 32 203 -
CMYK 0.53 0.84 0 0.20
HSL 262.46º 0.73% 0.46% -
HSV(B) 262.46º 0.84% 0.8% -
XYZ 16.12 7.83 57.16 -
YUV 70.63 202.7 146.1 -
System Red Green Blue C M Y K H S L
Decimal 96 32 203 0.53 0.84 0 0.20 262.46 0.73 0.46
Hex 60 20 CB 35 54 0 14 106 49 2E
Octal 140 40 313 65 124 0 24 406 111 56
Binary 1100000 100000 11001011 110101 1010100 0 10100 100000110 1001001 101110

Color Harmonies of #6020CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6020CB

Black with #6020CB

Text Example


Text Example

White with #6020CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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