#6E3ABF

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

Shades of Purple Heart #6E3ABF

Tints of Purple Heart #6E3ABF

Color information

#6E3ABF (or 0x6E3ABF) is unknown color: approx Purple Heart. HEX triplet: 6E, 3A and BF. RGB value is (110,58,191). Sum of RGB (Red+Green+Blue) = 110+58+191=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 58 (23.05% from 255 or 16.16% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #6E3ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3ABF is #91C540. Grayscale: #585858. Windows color (decimal): -9553217 or 12532334. OLE color: 12532334.

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

Color convert

RGB11058191-
CMYK0.420.7000.25
HSL263.46º53.41%48.82%-
HSV(B)263.46º69.63%74.9%-
XYZ17.3510.150.33-
YUV88.71185.73143.19-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.64%
GREEN value IS 58 (23.05% from 255) = 16.16%
BLUE value IS 191 (75% from 255) = 53.20%
R=30.64%
G=16.16%
B=53.20%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal110581910.420.7000.25263.4653.4148.82
Hex6E3ABF2A460191073531
Octal15672277521060314076561
Binary1101110111010101111111010101000110011001100000111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E3ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,58,191); }

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

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

 a { background-color: rgb(110,58,191); }

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

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

 span { border-color: rgb(110,58,191); }

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