Html Css Color HEX #5227AE Purple Heart

📋 copy color: '#5227AE'

red 82 ◦ green 39 ◦ blue 174

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

Shades of Purple Heart #5227AE

Tints of Purple Heart #5227AE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.22%

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

R = 27.8%
G = 13.22%
B = 58.98%

CMYK

 C value IS 0.53

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5227AE (or 0x5227AE) is known color: Purple Heart. HEX triplet: 52, 27 and AE. RGB value is (82,39,174). Sum of RGB (Red+Green+Blue) = 82+39+174=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 39 (15.62% from 255 or 13.22% 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 #5227AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5227AE is #ADD851. Grayscale: #424242. Windows color (decimal): -11393106 or 11413330. OLE color: 11413330.

HSL color Cylindrical-coordinate representation of color #5227AE: hue angle of 259.11º degrees, saturation: 0.63, 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 #5227AE is Cyan = 0.53, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 39 174 -
CMYK 0.53 0.78 0 0.32
HSL 259.11º 0.63% 0.42% -
HSV(B) 259.11º 0.78% 0.68% -
XYZ 11.85 6.3 40.64 -
YUV 67.25 188.25 138.52 -
System Red Green Blue C M Y K H S L
Decimal 82 39 174 0.53 0.78 0 0.32 259.11 0.63 0.42
Hex 52 27 AE 35 4E 0 20 103 3F 2A
Octal 122 47 256 65 116 0 40 403 77 52
Binary 1010010 100111 10101110 110101 1001110 0 100000 100000011 111111 101010

Color Harmonies of #5227AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5227AE

Black with #5227AE

Text Example


Text Example

White with #5227AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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