#6E1BB4

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

Shades of Purple Heart #6E1BB4

Tints of Purple Heart #6E1BB4

Color information

#6E1BB4 (or 0x6E1BB4) is unknown color: approx Purple Heart. HEX triplet: 6E, 1B and B4. RGB value is (110,27,180). Sum of RGB (Red+Green+Blue) = 110+27+180=317 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.70% from 317); Green value is 27 (10.94% from 255 or 8.52% from 317); Blue value is 180 (70.70% from 255 or 56.78% from 317); Max value from RGB is 180 - color contains mainly: blue. Hex color #6E1BB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1BB4 is #91E44B. Grayscale: #444444. Windows color (decimal): -9561164 or 11803502. OLE color: 11803502.

HSL color Cylindrical-coordinate representation of color #6E1BB4: hue angle of 272.55º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6E1BB4 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11027180-
CMYK0.390.8500.29
HSL272.55º73.91%40.59%-
HSV(B)272.55º85%70.59%-
XYZ15.067.3943.81-
YUV69.26190.5157.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.70%
GREEN value IS 27 (10.94% from 255) = 8.52%
BLUE value IS 180 (70.70% from 255) = 56.78%
R=34.70%
G=8.52%
B=56.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal110271800.390.8500.29272.5573.9140.59
Hex6E1BB4275501D1114a29
Octal156332644712503542111251
Binary1101110110111011010010011110101010111011000100011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,27,180); }

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

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

 a { background-color: rgb(110,27,180); }

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

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

 span { border-color: rgb(110,27,180); }

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