#6D1FB2

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

Shades of Purple Heart #6D1FB2

Tints of Purple Heart #6D1FB2

Color information

#6D1FB2 (or 0x6D1FB2) is unknown color: approx Purple Heart. HEX triplet: 6D, 1F and B2. RGB value is (109,31,178). Sum of RGB (Red+Green+Blue) = 109+31+178=318 (42% of max value = 765). Red value is 109 (42.97% from 255 or 34.28% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 178 (69.92% from 255 or 55.97% from 318); Max value from RGB is 178 - color contains mainly: blue. Hex color #6D1FB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D1FB2 is #92E04D. Grayscale: #464646. Windows color (decimal): -9625678 or 11673453. OLE color: 11673453.

HSL color Cylindrical-coordinate representation of color #6D1FB2: hue angle of 271.84º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6D1FB2 is Cyan = 0.39, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10931178-
CMYK0.390.8300.30
HSL271.84º70.33%40.98%-
HSV(B)271.84º82.58%69.8%-
XYZ14.837.4542.77-
YUV71.08188.34155.05-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.28%
GREEN value IS 31 (12.5% from 255) = 9.75%
BLUE value IS 178 (69.92% from 255) = 55.97%
R=34.28%
G=9.75%
B=55.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal109311780.390.8300.30271.8470.3340.98
Hex6D1FB2275301E1104629
Octal155372624712303642010651
Binary1101101111111011001010011110100110111101000100001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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