#6118B2

Color #6118B2 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6118B2

Tints of Purple Heart #6118B2

Color information

#6118B2 (or 0x6118B2) is unknown color: approx Purple Heart. HEX triplet: 61, 18 and B2. RGB value is (97,24,178). Sum of RGB (Red+Green+Blue) = 97+24+178=299 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.44% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 178 (69.92% from 255 or 59.53% from 299); Max value from RGB is 178 - color contains mainly: blue. Hex color #6118B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6118B2 is #9EE74D. Grayscale: #3E3E3E. Windows color (decimal): -10413902 or 11671649. OLE color: 11671649.

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

Color convert

RGB9724178-
CMYK0.460.8700.30
HSL268.44º76.24%39.61%-
HSV(B)268.44º86.52%69.8%-
XYZ13.296.4142.66-
YUV63.38192.68151.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.44%
GREEN value IS 24 (9.77% from 255) = 8.03%
BLUE value IS 178 (69.92% from 255) = 59.53%
R=32.44%
G=8.03%
B=59.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal97241780.460.8700.30268.4476.2439.61
Hex6118B22E5701E10c4c28
Octal141302625612703641411450
Binary1100001110001011001010111010101110111101000011001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6118B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,24,178); }

 H1.HeaderClassName
 {
   color: #6118B2;
 }
 .AnyTagClassName
 {
   color: #6118B2;
 }
</style>
background-color css

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

 a { background-color: rgb(97,24,178); }

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

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

 span { border-color: rgb(97,24,178); }

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