#6E3BB9

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

Shades of Purple Heart #6E3BB9

Tints of Purple Heart #6E3BB9

Color information

#6E3BB9 (or 0x6E3BB9) is unknown color: approx Purple Heart. HEX triplet: 6E, 3B and B9. RGB value is (110,59,185). Sum of RGB (Red+Green+Blue) = 110+59+185=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 59 (23.44% from 255 or 16.67% from 354); Blue value is 185 (72.66% from 255 or 52.26% from 354); Max value from RGB is 185 - color contains mainly: blue. Hex color #6E3BB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3BB9 is #91C446. Grayscale: #585858. Windows color (decimal): -9552967 or 12139374. OLE color: 12139374.

HSL color Cylindrical-coordinate representation of color #6E3BB9: hue angle of 264.29º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E3BB9 is Cyan = 0.41, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11059185-
CMYK0.410.6800.27
HSL264.29º51.64%47.84%-
HSV(B)264.29º68.11%72.55%-
XYZ16.759.9546.94-
YUV88.61182.4143.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.07%
GREEN value IS 59 (23.44% from 255) = 16.67%
BLUE value IS 185 (72.66% from 255) = 52.26%
R=31.07%
G=16.67%
B=52.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110591850.410.6800.27264.2951.6447.84
Hex6E3BB9294401B1083430
Octal15673271511040334106460
Binary1101110111011101110011010011000100011011100001000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,59,185); }

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

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

 a { background-color: rgb(110,59,185); }

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

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

 span { border-color: rgb(110,59,185); }

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