#6C31C0

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

Shades of Purple Heart #6C31C0

Tints of Purple Heart #6C31C0

Color information

#6C31C0 (or 0x6C31C0) is unknown color: approx Purple Heart. HEX triplet: 6C, 31 and C0. RGB value is (108,49,192). Sum of RGB (Red+Green+Blue) = 108+49+192=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 192 (75.39% from 255 or 55.01% from 349); Max value from RGB is 192 - color contains mainly: blue. Hex color #6C31C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C31C0 is #93CE3F. Grayscale: #525252. Windows color (decimal): -9686592 or 12595564. OLE color: 12595564.

HSL color Cylindrical-coordinate representation of color #6C31C0: hue angle of 264.76º 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 #6C31C0 is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10849192-
CMYK0.440.7400.25
HSL264.76º59.34%47.25%-
HSV(B)264.76º74.48%75.29%-
XYZ16.89.1950.76-
YUV82.94189.55145.87-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.95%
GREEN value IS 49 (19.53% from 255) = 14.04%
BLUE value IS 192 (75.39% from 255) = 55.01%
R=30.95%
G=14.04%
B=55.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108491920.440.7400.25264.7659.3447.25
Hex6C31C02C4A0191093b2f
Octal15461300541120314117357
Binary1101100110001110000001011001001010011001100001001111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C31C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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