#5C33BE

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

Shades of Purple Heart #5C33BE

Tints of Purple Heart #5C33BE

Color information

#5C33BE (or 0x5C33BE) is unknown color: approx Purple Heart. HEX triplet: 5C, 33 and BE. RGB value is (92,51,190). Sum of RGB (Red+Green+Blue) = 92+51+190=333 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.63% from 333); Green value is 51 (20.31% from 255 or 15.32% from 333); Blue value is 190 (74.61% from 255 or 57.06% from 333); Max value from RGB is 190 - color contains mainly: blue. Hex color #5C33BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C33BE is #A3CC41. Grayscale: #4E4E4E. Windows color (decimal): -10734658 or 12464988. OLE color: 12464988.

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

Color convert

RGB9251190-
CMYK0.520.7300.25
HSL257.7º57.68%47.25%-
HSV(B)257.7º73.16%74.51%-
XYZ14.898.3649.54-
YUV79.1190.58137.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.63%
GREEN value IS 51 (20.31% from 255) = 15.32%
BLUE value IS 190 (74.61% from 255) = 57.06%
R=27.63%
G=15.32%
B=57.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal92511900.520.7300.25257.757.6847.25
Hex5C33BE34490191023a2f
Octal13463276641110314027257
Binary1011100110011101111101101001001001011001100000010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C33BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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