#5C39C9

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

Shades of Purple Heart #5C39C9

Tints of Purple Heart #5C39C9

Color information

#5C39C9 (or 0x5C39C9) is unknown color: approx Purple Heart. HEX triplet: 5C, 39 and C9. RGB value is (92,57,201). Sum of RGB (Red+Green+Blue) = 92+57+201=350 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.29% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 201 (78.91% from 255 or 57.43% from 350); Max value from RGB is 201 - color contains mainly: blue. Hex color #5C39C9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C39C9 is #A3C636. Grayscale: #535353. Windows color (decimal): -10733111 or 13187420. OLE color: 13187420.

HSL color Cylindrical-coordinate representation of color #5C39C9: hue angle of 254.58º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5C39C9 is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9257201-
CMYK0.540.7200.21
HSL254.58º57.14%50.59%-
HSV(B)254.58º71.64%78.82%-
XYZ16.429.4256.21-
YUV83.88194.1133.79-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.29%
GREEN value IS 57 (22.66% from 255) = 16.29%
BLUE value IS 201 (78.91% from 255) = 57.43%
R=26.29%
G=16.29%
B=57.43%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal92572010.540.7200.21254.5857.1450.59
Hex5C39C93648015ff3933
Octal13471311661100253777163
Binary101110011100111001001110110100100001010111111111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C39C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,57,201); }

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

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

 a { background-color: rgb(92,57,201); }

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

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

 span { border-color: rgb(92,57,201); }

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