#6e3eb6

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

Shades of Purple Heart #6E3EB6

Tints of Purple Heart #6E3EB6

Color information

#6E3EB6 (or 0x6E3EB6) is unknown color: approx Purple Heart. HEX triplet: 6E, 3E and B6. RGB value is (110,62,182). Sum of RGB (Red+Green+Blue) = 110+62+182=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 182 (71.48% from 255 or 51.41% from 354); Max value from RGB is 182 - color contains mainly: blue. Hex color #6E3EB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3EB6 is #91C149. Grayscale: #595959. Windows color (decimal): -9552202 or 11943534. OLE color: 11943534.

HSL color Cylindrical-coordinate representation of color #6E3EB6: hue angle of 264º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E3EB6 is Cyan = 0.40, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11062182-
CMYK0.400.6600.29
HSL264º49.18%47.84%-
HSV(B)264º65.93%71.37%-
XYZ16.610.1445.34-
YUV90.03179.9142.24-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.07%
GREEN value IS 62 (24.61% from 255) = 17.51%
BLUE value IS 182 (71.48% from 255) = 51.41%
R=31.07%
G=17.51%
B=51.41%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal110621820.400.6600.2926449.1847.84
Hex6E3EB6284201D1083130
Octal15676266501020354106160
Binary1101110111110101101101010001000010011101100001000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e3eb6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,62,182); }

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

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

 a { background-color: rgb(110,62,182); }

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

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

 span { border-color: rgb(110,62,182); }

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