#6E2ABE

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

Shades of Purple Heart #6E2ABE

Tints of Purple Heart #6E2ABE

Color information

#6E2ABE (or 0x6E2ABE) is unknown color: approx Purple Heart. HEX triplet: 6E, 2A and BE. RGB value is (110,42,190). Sum of RGB (Red+Green+Blue) = 110+42+190=342 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.16% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 190 (74.61% from 255 or 55.56% from 342); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E2ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E2ABE is #91D541. Grayscale: #4E4E4E. Windows color (decimal): -9557314 or 12462702. OLE color: 12462702.

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

Color convert

RGB11042190-
CMYK0.420.7800.25
HSL267.57º63.79%45.49%-
HSV(B)267.57º77.89%74.51%-
XYZ16.558.6949.52-
YUV79.2190.53149.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.16%
GREEN value IS 42 (16.80% from 255) = 12.28%
BLUE value IS 190 (74.61% from 255) = 55.56%
R=32.16%
G=12.28%
B=55.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110421900.420.7800.25267.5763.7945.49
Hex6E2ABE2A4E01910c402d
Octal156522765211603141410055
Binary11011101010101011111010101010011100110011000011001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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