Html Css Color HEX #6020B2 Purple Heart

📋 copy color: '#6020B2'

red 96 ◦ green 32 ◦ blue 178

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

Shades of Purple Heart #6020B2

Tints of Purple Heart #6020B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 58.17%

R = 31.37%
G = 10.46%
B = 58.17%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6020B2 (or 0x6020B2) is known color: Purple Heart. HEX triplet: 60, 20 and B2. RGB value is (96,32,178). Sum of RGB (Red+Green+Blue) = 96+32+178=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 178 (69.92% from 255 or 58.17% from 306); Max value from RGB is 178 - color contains mainly: blue. Hex color #6020B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6020B2 is #9FDF4D. Grayscale: #434343. Windows color (decimal): -10477390 or 11673696. OLE color: 11673696.

HSL color Cylindrical-coordinate representation of color #6020B2: hue angle of 266.3º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6020B2 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 96 32 178 -
CMYK 0.46 0.82 0 0.30
HSL 266.3º 0.7% 0.41% -
HSV(B) 266.3º 0.82% 0.7% -
XYZ 13.38 6.73 42.71 -
YUV 67.78 190.2 148.13 -
System Red Green Blue C M Y K H S L
Decimal 96 32 178 0.46 0.82 0 0.30 266.3 0.7 0.41
Hex 60 20 B2 2E 52 0 1E 10A 46 29
Octal 140 40 262 56 122 0 36 412 106 51
Binary 1100000 100000 10110010 101110 1010010 0 11110 100001010 1000110 101001

Color Harmonies of #6020B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6020B2

Black with #6020B2

Text Example


Text Example

White with #6020B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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