#5c2ecc

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

Shades of Purple Heart #5C2ECC

Tints of Purple Heart #5C2ECC

Color information

#5C2ECC (or 0x5C2ECC) is unknown color: approx Purple Heart. HEX triplet: 5C, 2E and CC. RGB value is (92,46,204). Sum of RGB (Red+Green+Blue) = 92+46+204=342 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.90% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #5C2ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2ECC is #A3D133. Grayscale: #4D4D4D. Windows color (decimal): -10735924 or 13381212. OLE color: 13381212.

HSL color Cylindrical-coordinate representation of color #5C2ECC: hue angle of 257.47º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C2ECC is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9246204-
CMYK0.550.7700.2
HSL257.47º63.2%49.02%-
HSV(B)257.47º77.45%80%-
XYZ16.298.5957.93-
YUV77.77199.24138.15-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 26.90%
GREEN value IS 46 (18.36% from 255) = 13.45%
BLUE value IS 204 (80.08% from 255) = 59.65%
R=26.90%
G=13.45%
B=59.65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal92462040.550.7700.2257.4763.249.02
Hex5C2ECC374D0141013f31
Octal13456314671150244017761
Binary1011100101110110011001101111001101010100100000001111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5c2ecc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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