#6E3CBE

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

Shades of Purple Heart #6E3CBE

Tints of Purple Heart #6E3CBE

Color information

#6E3CBE (or 0x6E3CBE) is unknown color: approx Purple Heart. HEX triplet: 6E, 3C and BE. RGB value is (110,60,190). Sum of RGB (Red+Green+Blue) = 110+60+190=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 190 (74.61% from 255 or 52.78% from 360); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E3CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3CBE is #91C341. Grayscale: #595959. Windows color (decimal): -9552706 or 12467310. OLE color: 12467310.

HSL color Cylindrical-coordinate representation of color #6E3CBE: hue angle of 263.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E3CBE is Cyan = 0.42, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11060190-
CMYK0.420.6800.25
HSL263.08º52%49.02%-
HSV(B)263.08º68.42%74.51%-
XYZ17.3410.2649.78-
YUV89.77184.56142.43-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.56%
GREEN value IS 60 (23.83% from 255) = 16.67%
BLUE value IS 190 (74.61% from 255) = 52.78%
R=30.56%
G=16.67%
B=52.78%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110601900.420.6800.25263.085249.02
Hex6E3CBE2A440191073431
Octal15674276521040314076461
Binary1101110111100101111101010101000100011001100000111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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