Html Css Color HEX #5326AE Purple Heart

📋 copy color: '#5326AE'

red 83 ◦ green 38 ◦ blue 174

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

Shades of Purple Heart #5326AE

Tints of Purple Heart #5326AE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.88%

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

R = 28.14%
G = 12.88%
B = 58.98%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5326AE (or 0x5326AE) is known color: Purple Heart. HEX triplet: 53, 26 and AE. RGB value is (83,38,174). Sum of RGB (Red+Green+Blue) = 83+38+174=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #5326AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5326AE is #ACD951. Grayscale: #424242. Windows color (decimal): -11327826 or 11413075. OLE color: 11413075.

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

Color convert

RGB 83 38 174 -
CMYK 0.52 0.78 0 0.32
HSL 259.85º 0.64% 0.42% -
HSV(B) 259.85º 0.78% 0.68% -
XYZ 11.9 6.28 40.63 -
YUV 66.96 188.41 139.44 -
System Red Green Blue C M Y K H S L
Decimal 83 38 174 0.52 0.78 0 0.32 259.85 0.64 0.42
Hex 53 26 AE 34 4E 0 20 104 40 2A
Octal 123 46 256 64 116 0 40 404 100 52
Binary 1010011 100110 10101110 110100 1001110 0 100000 100000100 1000000 101010

Color Harmonies of #5326AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5326AE

Black with #5326AE

Text Example


Text Example

White with #5326AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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