#6E06BC

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

Shades of Purple Heart #6E06BC

Tints of Purple Heart #6E06BC

Color information

#6E06BC (or 0x6E06BC) is unknown color: approx Purple Heart. HEX triplet: 6E, 06 and BC. RGB value is (110,6,188). Sum of RGB (Red+Green+Blue) = 110+6+188=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 6 (2.73% from 255 or 1.97% from 304); Blue value is 188 (73.83% from 255 or 61.84% from 304); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E06BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E06BC is #91F943. Grayscale: #393939. Windows color (decimal): -9566532 or 12322414. OLE color: 12322414.

HSL color Cylindrical-coordinate representation of color #6E06BC: hue angle of 274.29º 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 #6E06BC is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1106188-
CMYK0.410.9700.26
HSL274.29º93.81%38.04%-
HSV(B)274.29º96.81%73.73%-
XYZ15.577.0848.12-
YUV57.84201.46165.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.18%
GREEN value IS 6 (2.73% from 255) = 1.97%
BLUE value IS 188 (73.83% from 255) = 61.84%
R=36.18%
G=1.97%
B=61.84%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11061880.410.9700.26274.2993.8138.04
Hex6E6BC296101A1125e26
Octal15662745114103242213646
Binary11011101101011110010100111000010110101000100101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E06BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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