#6E06BD

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

Shades of Purple Heart #6E06BD

Tints of Purple Heart #6E06BD

Color information

#6E06BD (or 0x6E06BD) is unknown color: approx Purple Heart. HEX triplet: 6E, 06 and BD. RGB value is (110,6,189). Sum of RGB (Red+Green+Blue) = 110+6+189=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 189 (74.22% from 255 or 61.97% from 305); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E06BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E06BD is #91F942. Grayscale: #393939. Windows color (decimal): -9566531 or 12387950. OLE color: 12387950.

HSL color Cylindrical-coordinate representation of color #6E06BD: hue angle of 274.1º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6E06BD is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1106189-
CMYK0.420.9700.26
HSL274.1º93.85%38.24%-
HSV(B)274.1º96.83%74.12%-
XYZ15.687.1248.69-
YUV57.96201.96165.12-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.07%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 189 (74.22% from 255) = 61.97%
R=36.07%
G=1.97%
B=61.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11061890.420.9700.26274.193.8538.24
Hex6E6BD2A6101A1125e26
Octal15662755214103242213646
Binary11011101101011110110101011000010110101000100101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E06BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,6,189); }

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

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

 a { background-color: rgb(110,6,189); }

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

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

 span { border-color: rgb(110,6,189); }

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