#6E3CB8

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

Shades of Purple Heart #6E3CB8

Tints of Purple Heart #6E3CB8

Color information

#6E3CB8 (or 0x6E3CB8) is unknown color: approx Purple Heart. HEX triplet: 6E, 3C and B8. RGB value is (110,60,184). Sum of RGB (Red+Green+Blue) = 110+60+184=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 184 (72.27% from 255 or 51.98% from 354); Max value from RGB is 184 - color contains mainly: blue. Hex color #6E3CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CB8 is #91C347. Grayscale: #585858. Windows color (decimal): -9552712 or 12074094. OLE color: 12074094.

HSL color Cylindrical-coordinate representation of color #6E3CB8: hue angle of 264.19º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E3CB8 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB11060184-
CMYK0.400.6700.28
HSL264.19º50.82%47.84%-
HSV(B)264.19º67.39%72.16%-
XYZ16.710.0146.4-
YUV89.09181.56142.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.07%
GREEN value IS 60 (23.83% from 255) = 16.95%
BLUE value IS 184 (72.27% from 255) = 51.98%
R=31.07%
G=16.95%
B=51.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal110601840.400.6700.28264.1950.8247.84
Hex6E3CB8284301C1083330
Octal15674270501030344106360
Binary1101110111100101110001010001000011011100100001000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,60,184); }

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

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

 a { background-color: rgb(110,60,184); }

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

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

 span { border-color: rgb(110,60,184); }

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