Html Css Color HEX #5329AB Purple Heart

📋 copy color: '#5329AB'

red 83 ◦ green 41 ◦ blue 171

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

Shades of Purple Heart #5329AB

Tints of Purple Heart #5329AB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.9%

 BLUE value IS 171 (67.19% from 255) = 57.97%

R = 28.14%
G = 13.9%
B = 57.97%

CMYK

 C value IS 0.51

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5329AB (or 0x5329AB) is known color: Purple Heart. HEX triplet: 53, 29 and AB. RGB value is (83,41,171). Sum of RGB (Red+Green+Blue) = 83+41+171=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #5329AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5329AB is #ACD654. Grayscale: #434343. Windows color (decimal): -11327061 or 11217235. OLE color: 11217235.

HSL color Cylindrical-coordinate representation of color #5329AB: hue angle of 259.38º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5329AB is Cyan = 0.51, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 83 41 171 -
CMYK 0.51 0.76 0 0.33
HSL 259.38º 0.61% 0.42% -
HSV(B) 259.38º 0.76% 0.67% -
XYZ 11.71 6.37 39.14 -
YUV 68.38 185.91 138.43 -
System Red Green Blue C M Y K H S L
Decimal 83 41 171 0.51 0.76 0 0.33 259.38 0.61 0.42
Hex 53 29 AB 33 4C 0 21 103 3D 2A
Octal 123 51 253 63 114 0 41 403 75 52
Binary 1010011 101001 10101011 110011 1001100 0 100001 100000011 111101 101010

Color Harmonies of #5329AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5329AB

Black with #5329AB

Text Example


Text Example

White with #5329AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5329AB; }

 p { color: rgb(83,41,171); }

 H1.HeaderClassName
 {
   color: #5329AB;
 }
 .AnyTagClassName
 {
   color: #5329AB;
 }
</style>

background-color css

<style>
 a { background-color: #5329AB; }

 a { background-color: rgb(83,41,171); }

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

border-color css

<style>
 span { border-color: #5329AB; }

 span { border-color: rgb(83,41,171); }

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