#6D0DC0

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

Shades of Purple Heart #6D0DC0

Tints of Purple Heart #6D0DC0

Color information

#6D0DC0 (or 0x6D0DC0) is unknown color: approx Purple Heart. HEX triplet: 6D, 0D and C0. RGB value is (109,13,192). Sum of RGB (Red+Green+Blue) = 109+13+192=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #6D0DC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6D0DC0 is #92F23F. Grayscale: #3D3D3D. Windows color (decimal): -9630272 or 12586349. OLE color: 12586349.

HSL color Cylindrical-coordinate representation of color #6D0DC0: hue angle of 272.18º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6D0DC0 is Cyan = 0.43, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10913192-
CMYK0.430.9300.25
HSL272.18º87.32%40.2%-
HSV(B)272.18º93.23%75.29%-
XYZ15.977.3450.45-
YUV62.11201.3161.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 34.71%
GREEN value IS 13 (5.47% from 255) = 4.14%
BLUE value IS 192 (75.39% from 255) = 61.15%
R=34.71%
G=4.14%
B=61.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109131920.430.9300.25272.1887.3240.2
Hex6DDC02B5D0191105728
Octal155153005313503142012750
Binary110110111011100000010101110111010110011000100001010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,13,192); }

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

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

 a { background-color: rgb(109,13,192); }

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

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

 span { border-color: rgb(109,13,192); }

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