#5C2ABE

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

Shades of Purple Heart #5C2ABE

Tints of Purple Heart #5C2ABE

Color information

#5C2ABE (or 0x5C2ABE) is unknown color: approx Purple Heart. HEX triplet: 5C, 2A and BE. RGB value is (92,42,190). Sum of RGB (Red+Green+Blue) = 92+42+190=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 42 (16.80% from 255 or 12.96% from 324); Blue value is 190 (74.61% from 255 or 58.64% from 324); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C2ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C2ABE is #A3D541. Grayscale: #494949. Windows color (decimal): -10736962 or 12462684. OLE color: 12462684.

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

Color convert

RGB9242190-
CMYK0.520.7800.25
HSL260.27º63.79%45.49%-
HSV(B)260.27º77.89%74.51%-
XYZ14.547.6549.43-
YUV73.82193.56140.97-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.40%
GREEN value IS 42 (16.80% from 255) = 12.96%
BLUE value IS 190 (74.61% from 255) = 58.64%
R=28.40%
G=12.96%
B=58.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92421900.520.7800.25260.2763.7945.49
Hex5C2ABE344E019104402d
Octal134522766411603140410055
Binary10111001010101011111011010010011100110011000001001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,42,190); }

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

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

 a { background-color: rgb(92,42,190); }

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

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

 span { border-color: rgb(92,42,190); }

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