#6d1eba

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

Shades of Purple Heart #6D1EBA

Tints of Purple Heart #6D1EBA

Color information

#6D1EBA (or 0x6D1EBA) is unknown color: approx Purple Heart. HEX triplet: 6D, 1E and BA. RGB value is (109,30,186). Sum of RGB (Red+Green+Blue) = 109+30+186=325 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.54% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D1EBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1EBA is #92E145. Grayscale: #464646. Windows color (decimal): -9625926 or 12197485. OLE color: 12197485.

HSL color Cylindrical-coordinate representation of color #6D1EBA: hue angle of 270.38º degrees, saturation: 0.72, 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 #6D1EBA is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB10930186-
CMYK0.410.8400.27
HSL270.38º72.22%42.35%-
HSV(B)270.38º83.87%72.94%-
XYZ15.637.7247.12-
YUV71.4192.67154.82-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.54%
GREEN value IS 30 (12.11% from 255) = 9.23%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=33.54%
G=9.23%
B=57.23%

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
Decimal109301860.410.8400.27270.3872.2242.35
Hex6D1EBA295401B10e482a
Octal155362725112403341611052
Binary1101101111101011101010100110101000110111000011101001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d1eba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,30,186); }

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

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

 a { background-color: rgb(109,30,186); }

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

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

 span { border-color: rgb(109,30,186); }

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