#6E1FDB

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

Shades of Purple Heart #6E1FDB

Tints of Purple Heart #6E1FDB

Color information

#6E1FDB (or 0x6E1FDB) is unknown color: approx Purple Heart. HEX triplet: 6E, 1F and DB. RGB value is (110,31,219). Sum of RGB (Red+Green+Blue) = 110+31+219=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E1FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E1FDB is #91E024. Grayscale: #4B4B4B. Windows color (decimal): -9560101 or 14360430. OLE color: 14360430.

HSL color Cylindrical-coordinate representation of color #6E1FDB: hue angle of 265.21º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E1FDB is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11031219-
CMYK0.500.8600.14
HSL265.21º75.2%49.02%-
HSV(B)265.21º85.84%85.88%-
XYZ19.719.4167.8-
YUV76.05208.67152.21-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.56%
GREEN value IS 31 (12.5% from 255) = 8.61%
BLUE value IS 219 (85.94% from 255) = 60.83%
R=30.56%
G=8.61%
B=60.83%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal110312190.500.8600.14265.2175.249.02
Hex6E1FDB32560E1094b31
Octal156373336212601641111361
Binary110111011111110110111100101010110011101000010011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,31,219); }

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

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

 a { background-color: rgb(110,31,219); }

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

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

 span { border-color: rgb(110,31,219); }

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