#5C0FAA

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

Shades of Purple Heart #5C0FAA

Tints of Purple Heart #5C0FAA

Color information

#5C0FAA (or 0x5C0FAA) is unknown color: approx Purple Heart. HEX triplet: 5C, 0F and AA. RGB value is (92,15,170). Sum of RGB (Red+Green+Blue) = 92+15+170=277 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.21% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 170 (66.80% from 255 or 61.37% from 277); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C0FAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0FAA is #A3F055. Grayscale: #373737. Windows color (decimal): -10743894 or 11145052. OLE color: 11145052.

HSL color Cylindrical-coordinate representation of color #5C0FAA: hue angle of 269.81º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C0FAA is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9215170-
CMYK0.460.9100.33
HSL269.81º83.78%36.27%-
HSV(B)269.81º91.18%66.67%-
XYZ11.845.5238.47-
YUV55.69192.51153.9-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 33.21%
GREEN value IS 15 (6.25% from 255) = 5.42%
BLUE value IS 170 (66.80% from 255) = 61.37%
R=33.21%
G=5.42%
B=61.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92151700.460.9100.33269.8183.7836.27
Hex5CFAA2E5B02110e5424
Octal134172525613304141612444
Binary1011100111110101010101110101101101000011000011101010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C0FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,15,170); }

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

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

 a { background-color: rgb(92,15,170); }

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

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

 span { border-color: rgb(92,15,170); }

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