#5C31CC

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

Shades of Purple Heart #5C31CC

Tints of Purple Heart #5C31CC

Color information

#5C31CC (or 0x5C31CC) is unknown color: approx Purple Heart. HEX triplet: 5C, 31 and CC. RGB value is (92,49,204). Sum of RGB (Red+Green+Blue) = 92+49+204=345 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.67% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 204 (80.08% from 255 or 59.13% from 345); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C31CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C31CC is #A3CE33. Grayscale: #4E4E4E. Windows color (decimal): -10735156 or 13381980. OLE color: 13381980.

HSL color Cylindrical-coordinate representation of color #5C31CC: hue angle of 256.65º 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 #5C31CC is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9249204-
CMYK0.550.7600.2
HSL256.65º61.26%49.61%-
HSV(B)256.65º75.98%80%-
XYZ16.418.8357.97-
YUV79.53198.25136.9-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.67%
GREEN value IS 49 (19.53% from 255) = 14.20%
BLUE value IS 204 (80.08% from 255) = 59.13%
R=26.67%
G=14.20%
B=59.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal92492040.550.7600.2256.6561.2649.61
Hex5C31CC374C0141013d32
Octal13461314671140244017562
Binary1011100110001110011001101111001100010100100000001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C31CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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