#6A08BE

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

Shades of Purple Heart #6A08BE

Tints of Purple Heart #6A08BE

Color information

#6A08BE (or 0x6A08BE) is unknown color: approx Purple Heart. HEX triplet: 6A, 08 and BE. RGB value is (106,8,190). Sum of RGB (Red+Green+Blue) = 106+8+190=304 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.87% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 190 (74.61% from 255 or 62.5% from 304); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A08BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A08BE is #95F741. Grayscale: #393939. Windows color (decimal): -9828162 or 12453994. OLE color: 12453994.

HSL color Cylindrical-coordinate representation of color #6A08BE: hue angle of 272.31º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A08BE is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1068190-
CMYK0.440.9600.25
HSL272.31º91.92%38.82%-
HSV(B)272.31º95.79%74.51%-
XYZ15.326.9649.25-
YUV58.05202.47162.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.87%
GREEN value IS 8 (3.52% from 255) = 2.63%
BLUE value IS 190 (74.61% from 255) = 62.5%
R=34.87%
G=2.63%
B=62.5%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10681900.440.9600.25272.3191.9238.82
Hex6A8BE2C600191105c27
Octal152102765414003142013447
Binary110101010001011111010110011000000110011000100001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A08BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A08BE; }

 p { color: rgb(106,8,190); }

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

<style>
 a { background-color: #6A08BE; }

 a { background-color: rgb(106,8,190); }

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

<style>
 span { border-color: #6A08BE; }

 span { border-color: rgb(106,8,190); }

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