#6906B9

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

Shades of Purple Heart #6906B9

Tints of Purple Heart #6906B9

Color information

#6906B9 (or 0x6906B9) is unknown color: approx Purple Heart. HEX triplet: 69, 06 and B9. RGB value is (105,6,185). Sum of RGB (Red+Green+Blue) = 105+6+185=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 185 (72.66% from 255 or 62.5% from 296); Max value from RGB is 185 - color contains mainly: blue. Hex color #6906B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6906B9 is #96F946. Grayscale: #373737. Windows color (decimal): -9894215 or 12125801. OLE color: 12125801.

HSL color Cylindrical-coordinate representation of color #6906B9: hue angle of 273.18º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6906B9 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1056185-
CMYK0.430.9700.27
HSL273.18º93.72%37.45%-
HSV(B)273.18º96.76%72.55%-
XYZ14.656.6446.41-
YUV56.01200.8162.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.47%
GREEN value IS 6 (2.73% from 255) = 2.03%
BLUE value IS 185 (72.66% from 255) = 62.5%
R=35.47%
G=2.03%
B=62.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10561850.430.9700.27273.1893.7237.45
Hex696B92B6101B1115e25
Octal15162715314103342113645
Binary11010011101011100110101111000010110111000100011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6906B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6906B9; }

 p { color: rgb(105,6,185); }

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

<style>
 a { background-color: #6906B9; }

 a { background-color: rgb(105,6,185); }

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

<style>
 span { border-color: #6906B9; }

 span { border-color: rgb(105,6,185); }

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