#5C33BA

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

Shades of Purple Heart #5C33BA

Tints of Purple Heart #5C33BA

Color information

#5C33BA (or 0x5C33BA) is unknown color: approx Purple Heart. HEX triplet: 5C, 33 and BA. RGB value is (92,51,186). Sum of RGB (Red+Green+Blue) = 92+51+186=329 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.96% from 329); Green value is 51 (20.31% from 255 or 15.50% from 329); Blue value is 186 (73.05% from 255 or 56.53% from 329); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C33BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C33BA is #A3CC45. Grayscale: #4E4E4E. Windows color (decimal): -10734662 or 12202844. OLE color: 12202844.

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

Color convert

RGB9251186-
CMYK0.510.7300.27
HSL258.22º56.96%46.47%-
HSV(B)258.22º72.58%72.94%-
XYZ14.468.1947.27-
YUV78.65188.58137.52-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.96%
GREEN value IS 51 (20.31% from 255) = 15.50%
BLUE value IS 186 (73.05% from 255) = 56.53%
R=27.96%
G=15.50%
B=56.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92511860.510.7300.27258.2256.9646.47
Hex5C33BA334901B102392e
Octal13463272631110334027156
Binary1011100110011101110101100111001001011011100000010111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C33BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,51,186); }

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

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

 a { background-color: rgb(92,51,186); }

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

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

 span { border-color: rgb(92,51,186); }

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