#5337C3

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

Shades of Purple Heart #5337C3

Tints of Purple Heart #5337C3

Color information

#5337C3 (or 0x5337C3) is unknown color: approx Purple Heart. HEX triplet: 53, 37 and C3. RGB value is (83,55,195). Sum of RGB (Red+Green+Blue) = 83+55+195=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 195 (76.56% from 255 or 58.56% from 333); Max value from RGB is 195 - color contains mainly: blue. Hex color #5337C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5337C3 is #ACC83C. Grayscale: #4E4E4E. Windows color (decimal): -11323453 or 12793683. OLE color: 12793683.

HSL color Cylindrical-coordinate representation of color #5337C3: hue angle of 252º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5337C3 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8355195-
CMYK0.570.7200.24
HSL252º56%49.02%-
HSV(B)252º71.79%76.47%-
XYZ14.788.5152.49-
YUV79.33193.28130.62-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 55 (21.88% from 255) = 16.52%
BLUE value IS 195 (76.56% from 255) = 58.56%
R=24.92%
G=16.52%
B=58.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal83551950.570.7200.242525649.02
Hex5337C33948018fc3831
Octal12367303711100303747061
Binary101001111011111000011111001100100001100011111100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5337C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5337C3; }

 p { color: rgb(83,55,195); }

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

<style>
 a { background-color: #5337C3; }

 a { background-color: rgb(83,55,195); }

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

<style>
 span { border-color: #5337C3; }

 span { border-color: rgb(83,55,195); }

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