Html Css Color HEX #5325AE Purple Heart

📋 copy color: '#5325AE'

red 83 ◦ green 37 ◦ blue 174

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

Shades of Purple Heart #5325AE

Tints of Purple Heart #5325AE

RGB

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

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

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

R = 28.23%
G = 12.59%
B = 59.18%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5325AE (or 0x5325AE) is known color: Purple Heart. HEX triplet: 53, 25 and AE. RGB value is (83,37,174). Sum of RGB (Red+Green+Blue) = 83+37+174=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 37 (14.84% from 255 or 12.59% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #5325AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5325AE is #ACDA51. Grayscale: #414141. Windows color (decimal): -11328082 or 11412819. OLE color: 11412819.

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

Color convert

RGB 83 37 174 -
CMYK 0.52 0.79 0 0.32
HSL 260.15º 0.65% 0.41% -
HSV(B) 260.15º 0.79% 0.68% -
XYZ 11.87 6.22 40.62 -
YUV 66.37 188.74 139.86 -
System Red Green Blue C M Y K H S L
Decimal 83 37 174 0.52 0.79 0 0.32 260.15 0.65 0.41
Hex 53 25 AE 34 4F 0 20 104 41 29
Octal 123 45 256 64 117 0 40 404 101 51
Binary 1010011 100101 10101110 110100 1001111 0 100000 100000100 1000001 101001

Color Harmonies of #5325AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5325AE

Black with #5325AE

Text Example


Text Example

White with #5325AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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