#5337C6

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

Shades of Purple Heart #5337C6

Tints of Purple Heart #5337C6

Color information

#5337C6 (or 0x5337C6) is unknown color: approx Purple Heart. HEX triplet: 53, 37 and C6. RGB value is (83,55,198). Sum of RGB (Red+Green+Blue) = 83+55+198=336 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.70% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 198 (77.73% from 255 or 58.93% from 336); Max value from RGB is 198 - color contains mainly: blue. Hex color #5337C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5337C6 is #ACC839. Grayscale: #4F4F4F. Windows color (decimal): -11323450 or 12990291. OLE color: 12990291.

HSL color Cylindrical-coordinate representation of color #5337C6: hue angle of 251.75º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5337C6 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8355198-
CMYK0.580.7200.22
HSL251.75º56.52%49.61%-
HSV(B)251.75º72.22%77.65%-
XYZ15.138.6554.3-
YUV79.67194.78130.37-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.70%
GREEN value IS 55 (21.88% from 255) = 16.37%
BLUE value IS 198 (77.73% from 255) = 58.93%
R=24.70%
G=16.37%
B=58.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal83551980.580.7200.22251.7556.5249.61
Hex5337C63A48016fc3932
Octal12367306721100263747162
Binary101001111011111000110111010100100001011011111100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5337C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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