#5C32B8

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

Shades of Purple Heart #5C32B8

Tints of Purple Heart #5C32B8

Color information

#5C32B8 (or 0x5C32B8) is unknown color: approx Purple Heart. HEX triplet: 5C, 32 and B8. RGB value is (92,50,184). Sum of RGB (Red+Green+Blue) = 92+50+184=326 (43% of max value = 765). Red value is 92 (36.33% from 255 or 28.22% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 184 (72.27% from 255 or 56.44% from 326); Max value from RGB is 184 - color contains mainly: blue. Hex color #5C32B8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C32B8 is #A3CD47. Grayscale: #4D4D4D. Windows color (decimal): -10734920 or 12071516. OLE color: 12071516.

HSL color Cylindrical-coordinate representation of color #5C32B8: hue angle of 258.81º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C32B8 is Cyan = 0.50, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB9250184-
CMYK0.500.7300.28
HSL258.81º57.26%45.88%-
HSV(B)258.81º72.83%72.16%-
XYZ14.218.0246.15-
YUV77.83187.91138.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 28.22%
GREEN value IS 50 (19.92% from 255) = 15.34%
BLUE value IS 184 (72.27% from 255) = 56.44%
R=28.22%
G=15.34%
B=56.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal92501840.500.7300.28258.8157.2645.88
Hex5C32B8324901C103392e
Octal13462270621110344037156
Binary1011100110010101110001100101001001011100100000011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C32B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,50,184); }

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

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

 a { background-color: rgb(92,50,184); }

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

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

 span { border-color: rgb(92,50,184); }

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