Html Css Color HEX #5325AB Purple Heart

📋 copy color: '#5325AB'

red 83 ◦ green 37 ◦ blue 171

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

Shades of Purple Heart #5325AB

Tints of Purple Heart #5325AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.71%

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

R = 28.52%
G = 12.71%
B = 58.76%

CMYK

 C value IS 0.51

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5325AB (or 0x5325AB) is known color: Purple Heart. HEX triplet: 53, 25 and AB. RGB value is (83,37,171). Sum of RGB (Red+Green+Blue) = 83+37+171=291 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.52% from 291); Green value is 37 (14.84% from 255 or 12.71% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #5325AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5325AB is #ACDA54. Grayscale: #414141. Windows color (decimal): -11328085 or 11216211. OLE color: 11216211.

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

Color convert

RGB 83 37 171 -
CMYK 0.51 0.78 0 0.33
HSL 260.6º 0.64% 0.41% -
HSV(B) 260.6º 0.78% 0.67% -
XYZ 11.58 6.1 39.1 -
YUV 66.03 187.24 140.1 -
System Red Green Blue C M Y K H S L
Decimal 83 37 171 0.51 0.78 0 0.33 260.6 0.64 0.41
Hex 53 25 AB 33 4E 0 21 105 40 29
Octal 123 45 253 63 116 0 41 405 100 51
Binary 1010011 100101 10101011 110011 1001110 0 100001 100000101 1000000 101001

Color Harmonies of #5325AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5325AB

Black with #5325AB

Text Example


Text Example

White with #5325AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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