#6D31C0

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

Shades of Purple Heart #6D31C0

Tints of Purple Heart #6D31C0

Color information

#6D31C0 (or 0x6D31C0) is unknown color: approx Purple Heart. HEX triplet: 6D, 31 and C0. RGB value is (109,49,192). Sum of RGB (Red+Green+Blue) = 109+49+192=350 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.14% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 192 (75.39% from 255 or 54.86% from 350); Max value from RGB is 192 - color contains mainly: blue. Hex color #6D31C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D31C0 is #92CE3F. Grayscale: #525252. Windows color (decimal): -9621056 or 12595565. OLE color: 12595565.

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

Color convert

RGB10949192-
CMYK0.430.7400.25
HSL265.17º59.34%47.25%-
HSV(B)265.17º74.48%75.29%-
XYZ16.929.2550.76-
YUV83.24189.38146.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.14%
GREEN value IS 49 (19.53% from 255) = 14%
BLUE value IS 192 (75.39% from 255) = 54.86%
R=31.14%
G=14%
B=54.86%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal109491920.430.7400.25265.1759.3447.25
Hex6D31C02B4A0191093b2f
Octal15561300531120314117357
Binary1101101110001110000001010111001010011001100001001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D31C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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