#5C31E0

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

Shades of Purple Heart #5C31E0

Tints of Purple Heart #5C31E0

Color information

#5C31E0 (or 0x5C31E0) is unknown color: approx Purple Heart. HEX triplet: 5C, 31 and E0. RGB value is (92,49,224). Sum of RGB (Red+Green+Blue) = 92+49+224=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 224 (87.89% from 255 or 61.37% from 365); Max value from RGB is 224 - color contains mainly: blue. Hex color #5C31E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C31E0 is #A3CE1F. Grayscale: #515151. Windows color (decimal): -10735136 or 14692700. OLE color: 14692700.

HSL color Cylindrical-coordinate representation of color #5C31E0: hue angle of 254.74º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5C31E0 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB9249224-
CMYK0.590.7800.12
HSL254.74º73.84%53.53%-
HSV(B)254.74º78.12%87.84%-
XYZ18.979.8571.42-
YUV81.81208.25135.27-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.21%
GREEN value IS 49 (19.53% from 255) = 13.42%
BLUE value IS 224 (87.89% from 255) = 61.37%
R=25.21%
G=13.42%
B=61.37%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal92492240.590.7800.12254.7473.8453.53
Hex5C31E03B4E0Cff4a36
Octal134613407311601437711266
Binary101110011000111100000111011100111001100111111111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C31E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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