#6D1FD3

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

Shades of Purple Heart #6D1FD3

Tints of Purple Heart #6D1FD3

Color information

#6D1FD3 (or 0x6D1FD3) is unknown color: approx Purple Heart. HEX triplet: 6D, 1F and D3. RGB value is (109,31,211). Sum of RGB (Red+Green+Blue) = 109+31+211=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 211 (82.81% from 255 or 60.11% from 351); Max value from RGB is 211 - color contains mainly: blue. Hex color #6D1FD3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D1FD3 is #92E02C. Grayscale: #4A4A4A. Windows color (decimal): -9625645 or 13836141. OLE color: 13836141.

HSL color Cylindrical-coordinate representation of color #6D1FD3: hue angle of 266º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6D1FD3 is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10931211-
CMYK0.480.8500.17
HSL266º74.38%47.45%-
HSV(B)266º85.31%82.75%-
XYZ18.558.9362.37-
YUV74.84204.84152.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.05%
GREEN value IS 31 (12.5% from 255) = 8.83%
BLUE value IS 211 (82.81% from 255) = 60.11%
R=31.05%
G=8.83%
B=60.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal109312110.480.8500.1726674.3847.45
Hex6D1FD3305501110a4a2f
Octal155373236012502141211257
Binary1101101111111101001111000010101010100011000010101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D1FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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