#6e1dbb

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

Shades of Purple Heart #6E1DBB

Tints of Purple Heart #6E1DBB

Color information

#6E1DBB (or 0x6E1DBB) is unknown color: approx Purple Heart. HEX triplet: 6E, 1D and BB. RGB value is (110,29,187). Sum of RGB (Red+Green+Blue) = 110+29+187=326 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.74% from 326); Green value is 29 (11.72% from 255 or 8.90% from 326); Blue value is 187 (73.44% from 255 or 57.36% from 326); Max value from RGB is 187 - color contains mainly: blue. Hex color #6E1DBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1DBB is #91E244. Grayscale: #464646. Windows color (decimal): -9560645 or 12262766. OLE color: 12262766.

HSL color Cylindrical-coordinate representation of color #6E1DBB: hue angle of 270.76º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E1DBB is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11029187-
CMYK0.410.8400.27
HSL270.76º73.15%42.35%-
HSV(B)270.76º84.49%73.33%-
XYZ15.847.7847.68-
YUV71.23193.34155.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.74%
GREEN value IS 29 (11.72% from 255) = 8.90%
BLUE value IS 187 (73.44% from 255) = 57.36%
R=33.74%
G=8.90%
B=57.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal110291870.410.8400.27270.7673.1542.35
Hex6E1DBB295401B10f492a
Octal156352735112403341711152
Binary1101110111011011101110100110101000110111000011111001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e1dbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,29,187); }

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

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

 a { background-color: rgb(110,29,187); }

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

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

 span { border-color: rgb(110,29,187); }

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