#5338AE

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

Shades of Purple Heart #5338AE

Tints of Purple Heart #5338AE

Color information

#5338AE (or 0x5338AE) is unknown color: approx Purple Heart. HEX triplet: 53, 38 and AE. RGB value is (83,56,174). Sum of RGB (Red+Green+Blue) = 83+56+174=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #5338AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5338AE is #ACC751. Grayscale: #4D4D4D. Windows color (decimal): -11323218 or 11417683. OLE color: 11417683.

HSL color Cylindrical-coordinate representation of color #5338AE: hue angle of 253.73º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5338AE is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8356174-
CMYK0.520.6800.32
HSL253.73º51.3%45.1%-
HSV(B)253.73º67.82%68.24%-
XYZ12.627.7240.87-
YUV77.53182.45131.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 26.52%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 174 (68.36% from 255) = 55.59%
R=26.52%
G=17.89%
B=55.59%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal83561740.520.6800.32253.7351.345.1
Hex5338AE3444020fe332d
Octal12370256641040403766355
Binary1010011111000101011101101001000100010000011111110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5338AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5338AE; }

 p { color: rgb(83,56,174); }

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

<style>
 a { background-color: #5338AE; }

 a { background-color: rgb(83,56,174); }

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

<style>
 span { border-color: #5338AE; }

 span { border-color: rgb(83,56,174); }

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