Html Css Color HEX #6020BB Purple Heart

📋 copy color: '#6020BB'

red 96 ◦ green 32 ◦ blue 187

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

Shades of Purple Heart #6020BB

Tints of Purple Heart #6020BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 59.37%

R = 30.48%
G = 10.16%
B = 59.37%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6020BB (or 0x6020BB) is known color: Purple Heart. HEX triplet: 60, 20 and BB. RGB value is (96,32,187). Sum of RGB (Red+Green+Blue) = 96+32+187=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #6020BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6020BB is #9FDF44. Grayscale: #444444. Windows color (decimal): -10477381 or 12263520. OLE color: 12263520.

HSL color Cylindrical-coordinate representation of color #6020BB: hue angle of 264.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6020BB is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 32 187 -
CMYK 0.49 0.83 0 0.27
HSL 264.77º 0.71% 0.43% -
HSV(B) 264.77º 0.83% 0.73% -
XYZ 14.31 7.11 47.63 -
YUV 68.81 194.7 147.4 -
System Red Green Blue C M Y K H S L
Decimal 96 32 187 0.49 0.83 0 0.27 264.77 0.71 0.43
Hex 60 20 BB 31 53 0 1B 109 47 2B
Octal 140 40 273 61 123 0 33 411 107 53
Binary 1100000 100000 10111011 110001 1010011 0 11011 100001001 1000111 101011

Color Harmonies of #6020BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6020BB

Black with #6020BB

Text Example


Text Example

White with #6020BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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