Html Css Color HEX #5237AE Purple Heart

📋 copy color: '#5237AE'

red 82 ◦ green 55 ◦ blue 174

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

Shades of Purple Heart #5237AE

Tints of Purple Heart #5237AE

RGB

 RED value IS 82 (32.42% from 255) = 26.37%

 GREEN value IS 55 (21.88% from 255) = 17.68%

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

R = 26.37%
G = 17.68%
B = 55.95%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5237AE (or 0x5237AE) is known color: Purple Heart. HEX triplet: 52, 37 and AE. RGB value is (82,55,174). Sum of RGB (Red+Green+Blue) = 82+55+174=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #5237AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5237AE is #ADC851. Grayscale: #4C4C4C. Windows color (decimal): -11389010 or 11417426. OLE color: 11417426.

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

Color convert

RGB 82 55 174 -
CMYK 0.53 0.68 0 0.32
HSL 253.61º 0.52% 0.45% -
HSV(B) 253.61º 0.68% 0.68% -
XYZ 12.49 7.58 40.85 -
YUV 76.64 182.95 131.82 -
System Red Green Blue C M Y K H S L
Decimal 82 55 174 0.53 0.68 0 0.32 253.61 0.52 0.45
Hex 52 37 AE 35 44 0 20 FE 34 2D
Octal 122 67 256 65 104 0 40 376 64 55
Binary 1010010 110111 10101110 110101 1000100 0 100000 11111110 110100 101101

Color Harmonies of #5237AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5237AE

Black with #5237AE

Text Example


Text Example

White with #5237AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,55,174); }

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

background-color css

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

 a { background-color: rgb(82,55,174); }

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

border-color css

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

 span { border-color: rgb(82,55,174); }

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