#5C2DC0

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

Shades of Purple Heart #5C2DC0

Tints of Purple Heart #5C2DC0

Color information

#5C2DC0 (or 0x5C2DC0) is unknown color: approx Purple Heart. HEX triplet: 5C, 2D and C0. RGB value is (92,45,192). Sum of RGB (Red+Green+Blue) = 92+45+192=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 192 (75.39% from 255 or 58.36% from 329); Max value from RGB is 192 - color contains mainly: blue. Hex color #5C2DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2DC0 is #A3D23F. Grayscale: #4B4B4B. Windows color (decimal): -10736192 or 12594524. OLE color: 12594524.

HSL color Cylindrical-coordinate representation of color #5C2DC0: hue angle of 259.18º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C2DC0 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9245192-
CMYK0.520.7700.25
HSL259.18º62.03%46.47%-
HSV(B)259.18º76.56%75.29%-
XYZ14.877.9650.62-
YUV75.81193.57139.55-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.96%
GREEN value IS 45 (17.97% from 255) = 13.68%
BLUE value IS 192 (75.39% from 255) = 58.36%
R=27.96%
G=13.68%
B=58.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92451920.520.7700.25259.1862.0346.47
Hex5C2DC0344D0191033e2e
Octal13455300641150314037656
Binary1011100101101110000001101001001101011001100000011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,45,192); }

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

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

 a { background-color: rgb(92,45,192); }

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

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

 span { border-color: rgb(92,45,192); }

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