#5C25C3

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

Shades of Purple Heart #5C25C3

Tints of Purple Heart #5C25C3

Color information

#5C25C3 (or 0x5C25C3) is unknown color: approx Purple Heart. HEX triplet: 5C, 25 and C3. RGB value is (92,37,195). Sum of RGB (Red+Green+Blue) = 92+37+195=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 37 (14.84% from 255 or 11.42% from 324); Blue value is 195 (76.56% from 255 or 60.19% from 324); Max value from RGB is 195 - color contains mainly: blue. Hex color #5C25C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C25C3 is #A3DA3C. Grayscale: #464646. Windows color (decimal): -10738237 or 12789084. OLE color: 12789084.

HSL color Cylindrical-coordinate representation of color #5C25C3: hue angle of 260.89º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C25C3 is Cyan = 0.53, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB9237195-
CMYK0.530.8100.24
HSL260.89º68.1%45.49%-
HSV(B)260.89º81.03%76.47%-
XYZ14.937.5452.3-
YUV71.46197.72142.65-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.40%
GREEN value IS 37 (14.84% from 255) = 11.42%
BLUE value IS 195 (76.56% from 255) = 60.19%
R=28.40%
G=11.42%
B=60.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal92371950.530.8100.24260.8968.145.49
Hex5C25C33551018105442d
Octal134453036512103040510455
Binary10111001001011100001111010110100010110001000001011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C25C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,37,195); }

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

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

 a { background-color: rgb(92,37,195); }

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

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

 span { border-color: rgb(92,37,195); }

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