Html Css Color HEX #5332AD Purple Heart

📋 copy color: '#5332AD'

red 83 ◦ green 50 ◦ blue 173

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

Shades of Purple Heart #5332AD

Tints of Purple Heart #5332AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 56.54%

R = 27.12%
G = 16.34%
B = 56.54%

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

#5332AD (or 0x5332AD) is known color: Purple Heart. HEX triplet: 53, 32 and AD. RGB value is (83,50,173). Sum of RGB (Red+Green+Blue) = 83+50+173=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #5332AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5332AD is #ACCD52. Grayscale: #494949. Windows color (decimal): -11324755 or 11350611. OLE color: 11350611.

HSL color Cylindrical-coordinate representation of color #5332AD: hue angle of 256.1º 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 #5332AD is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 83 50 173 -
CMYK 0.52 0.71 0 0.32
HSL 256.1º 0.55% 0.44% -
HSV(B) 256.1º 0.71% 0.68% -
XYZ 12.25 7.14 40.27 -
YUV 73.89 183.93 134.5 -
System Red Green Blue C M Y K H S L
Decimal 83 50 173 0.52 0.71 0 0.32 256.1 0.55 0.44
Hex 53 32 AD 34 47 0 20 100 37 2C
Octal 123 62 255 64 107 0 40 400 67 54
Binary 1010011 110010 10101101 110100 1000111 0 100000 100000000 110111 101100

Color Harmonies of #5332AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5332AD

Black with #5332AD

Text Example


Text Example

White with #5332AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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