#6D1FBD

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

Shades of Purple Heart #6D1FBD

Tints of Purple Heart #6D1FBD

Color information

#6D1FBD (or 0x6D1FBD) is unknown color: approx Purple Heart. HEX triplet: 6D, 1F and BD. RGB value is (109,31,189). Sum of RGB (Red+Green+Blue) = 109+31+189=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 189 (74.22% from 255 or 57.45% from 329); Max value from RGB is 189 - color contains mainly: blue. Hex color #6D1FBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1FBD is #92E042. Grayscale: #474747. Windows color (decimal): -9625667 or 12394349. OLE color: 12394349.

HSL color Cylindrical-coordinate representation of color #6D1FBD: hue angle of 269.62º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D1FBD is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB10931189-
CMYK0.420.8400.26
HSL269.62º71.82%43.14%-
HSV(B)269.62º83.6%74.12%-
XYZ15.987.9148.83-
YUV72.33193.84154.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.13%
GREEN value IS 31 (12.5% from 255) = 9.42%
BLUE value IS 189 (74.22% from 255) = 57.45%
R=33.13%
G=9.42%
B=57.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal109311890.420.8400.26269.6271.8243.14
Hex6D1FBD2A5401A10e482b
Octal155372755212403241611053
Binary1101101111111011110110101010101000110101000011101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,31,189); }

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

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

 a { background-color: rgb(109,31,189); }

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

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

 span { border-color: rgb(109,31,189); }

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