#6C31CC

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

Shades of Purple Heart #6C31CC

Tints of Purple Heart #6C31CC

Color information

#6C31CC (or 0x6C31CC) is unknown color: approx Purple Heart. HEX triplet: 6C, 31 and CC. RGB value is (108,49,204). Sum of RGB (Red+Green+Blue) = 108+49+204=361 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.92% from 361); Green value is 49 (19.53% from 255 or 13.57% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C31CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C31CC is #93CE33. Grayscale: #535353. Windows color (decimal): -9686580 or 13381996. OLE color: 13381996.

HSL color Cylindrical-coordinate representation of color #6C31CC: hue angle of 262.84º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C31CC is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10849204-
CMYK0.470.7600.2
HSL262.84º61.26%49.61%-
HSV(B)262.84º75.98%80%-
XYZ18.189.7458.05-
YUV84.31195.55144.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.92%
GREEN value IS 49 (19.53% from 255) = 13.57%
BLUE value IS 204 (80.08% from 255) = 56.51%
R=29.92%
G=13.57%
B=56.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal108492040.470.7600.2262.8461.2649.61
Hex6C31CC2F4C0141073d32
Octal15461314571140244077562
Binary1101100110001110011001011111001100010100100000111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C31CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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