Html Css Color HEX #5332AE Purple Heart

📋 copy color: '#5332AE'

red 83 ◦ green 50 ◦ blue 174

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

Shades of Purple Heart #5332AE

Tints of Purple Heart #5332AE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.29%

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

R = 27.04%
G = 16.29%
B = 56.68%

CMYK

 C value IS 0.52

 M value IS 0.71

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5332AE (or 0x5332AE) is known color: Purple Heart. HEX triplet: 53, 32 and AE. RGB value is (83,50,174). Sum of RGB (Red+Green+Blue) = 83+50+174=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #5332AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5332AE is #ACCD51. Grayscale: #494949. Windows color (decimal): -11324754 or 11416147. OLE color: 11416147.

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

Color convert

RGB 83 50 174 -
CMYK 0.52 0.71 0 0.32
HSL 255.97º 0.55% 0.44% -
HSV(B) 255.97º 0.71% 0.68% -
XYZ 12.35 7.18 40.78 -
YUV 74 184.43 134.42 -
System Red Green Blue C M Y K H S L
Decimal 83 50 174 0.52 0.71 0 0.32 255.97 0.55 0.44
Hex 53 32 AE 34 47 0 20 100 37 2C
Octal 123 62 256 64 107 0 40 400 67 54
Binary 1010011 110010 10101110 110100 1000111 0 100000 100000000 110111 101100

Color Harmonies of #5332AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5332AE

Black with #5332AE

Text Example


Text Example

White with #5332AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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