#6108BD

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

Shades of Purple Heart #6108BD

Tints of Purple Heart #6108BD

Color information

#6108BD (or 0x6108BD) is unknown color: approx Purple Heart. HEX triplet: 61, 08 and BD. RGB value is (97,8,189). Sum of RGB (Red+Green+Blue) = 97+8+189=294 (38% of max value = 765). Red value is 97 (38.28% from 255 or 32.99% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #6108BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6108BD is #9EF742. Grayscale: #363636. Windows color (decimal): -10417987 or 12388449. OLE color: 12388449.

HSL color Cylindrical-coordinate representation of color #6108BD: hue angle of 269.5º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6108BD is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB978189-
CMYK0.490.9600.26
HSL269.5º91.88%38.63%-
HSV(B)269.5º95.77%74.12%-
XYZ14.26.3948.63-
YUV55.24203.49157.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.99%
GREEN value IS 8 (3.52% from 255) = 2.72%
BLUE value IS 189 (74.22% from 255) = 64.29%
R=32.99%
G=2.72%
B=64.29%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9781890.490.9600.26269.591.8838.63
Hex618BD316001A10e5c27
Octal141102756114003241613447
Binary110000110001011110111000111000000110101000011101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6108BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6108BD; }

 p { color: rgb(97,8,189); }

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

<style>
 a { background-color: #6108BD; }

 a { background-color: rgb(97,8,189); }

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

<style>
 span { border-color: #6108BD; }

 span { border-color: rgb(97,8,189); }

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