#6E2EB7

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

Shades of Purple Heart #6E2EB7

Tints of Purple Heart #6E2EB7

Color information

#6E2EB7 (or 0x6E2EB7) is unknown color: approx Purple Heart. HEX triplet: 6E, 2E and B7. RGB value is (110,46,183). Sum of RGB (Red+Green+Blue) = 110+46+183=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 46 (18.36% from 255 or 13.57% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #6E2EB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2EB7 is #91D148. Grayscale: #505050. Windows color (decimal): -9556297 or 12004974. OLE color: 12004974.

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

Color convert

RGB11046183-
CMYK0.400.7500.28
HSL268.03º59.83%44.9%-
HSV(B)268.03º74.86%71.76%-
XYZ15.958.6945.64-
YUV80.75185.7148.86-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.45%
GREEN value IS 46 (18.36% from 255) = 13.57%
BLUE value IS 183 (71.88% from 255) = 53.98%
R=32.45%
G=13.57%
B=53.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal110461830.400.7500.28268.0359.8344.9
Hex6E2EB7284B01C10c3c2d
Octal15656267501130344147455
Binary1101110101110101101111010001001011011100100001100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,46,183); }

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

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

 a { background-color: rgb(110,46,183); }

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

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

 span { border-color: rgb(110,46,183); }

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