Html Css Color HEX #5331AE Purple Heart

📋 copy color: '#5331AE'

red 83 ◦ green 49 ◦ blue 174

#5331AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5331AE

Tints of Purple Heart #5331AE

RGB

 RED value IS 83 (32.81% from 255) = 27.12%

 GREEN value IS 49 (19.53% from 255) = 16.01%

 BLUE value IS 174 (68.36% from 255) = 56.86%

R = 27.12%
G = 16.01%
B = 56.86%

CMYK

 C value IS 0.52

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5331AE (or 0x5331AE) is known color: Purple Heart. HEX triplet: 53, 31 and AE. RGB value is (83,49,174). Sum of RGB (Red+Green+Blue) = 83+49+174=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #5331AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5331AE is #ACCE51. Grayscale: #484848. Windows color (decimal): -11325010 or 11415891. OLE color: 11415891.

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

Color convert

RGB 83 49 174 -
CMYK 0.52 0.72 0 0.32
HSL 256.32º 0.56% 0.44% -
HSV(B) 256.32º 0.72% 0.68% -
XYZ 12.31 7.09 40.76 -
YUV 73.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 83 49 174 0.52 0.72 0 0.32 256.32 0.56 0.44
Hex 53 31 AE 34 48 0 20 100 38 2C
Octal 123 61 256 64 110 0 40 400 70 54
Binary 1010011 110001 10101110 110100 1001000 0 100000 100000000 111000 101100

Color Harmonies of #5331AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5331AE

Black with #5331AE

Text Example


Text Example

White with #5331AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5331AE;
 }
 .AnyTagClassName
 {
   color: #5331AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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