Html Css Color HEX #522FAB Purple Heart

📋 copy color: '#522FAB'

red 82 ◦ green 47 ◦ blue 171

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

Shades of Purple Heart #522FAB

Tints of Purple Heart #522FAB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.67%

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

R = 27.33%
G = 15.67%
B = 57%

CMYK

 C value IS 0.52

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#522FAB (or 0x522FAB) is known color: Purple Heart. HEX triplet: 52, 2F and AB. RGB value is (82,47,171). Sum of RGB (Red+Green+Blue) = 82+47+171=300 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.33% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #522FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522FAB is #ADD054. Grayscale: #474747. Windows color (decimal): -11391061 or 11218770. OLE color: 11218770.

HSL color Cylindrical-coordinate representation of color #522FAB: hue angle of 256.94º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #522FAB is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 47 171 -
CMYK 0.52 0.73 0 0.33
HSL 256.94º 0.57% 0.43% -
HSV(B) 256.94º 0.73% 0.67% -
XYZ 11.85 6.77 39.21 -
YUV 71.6 184.1 135.42 -
System Red Green Blue C M Y K H S L
Decimal 82 47 171 0.52 0.73 0 0.33 256.94 0.57 0.43
Hex 52 2F AB 34 49 0 21 101 39 2B
Octal 122 57 253 64 111 0 41 401 71 53
Binary 1010010 101111 10101011 110100 1001001 0 100001 100000001 111001 101011

Color Harmonies of #522FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522FAB

Black with #522FAB

Text Example


Text Example

White with #522FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522FAB; }

 p { color: rgb(82,47,171); }

 H1.HeaderClassName
 {
   color: #522FAB;
 }
 .AnyTagClassName
 {
   color: #522FAB;
 }
</style>

background-color css

<style>
 a { background-color: #522FAB; }

 a { background-color: rgb(82,47,171); }

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

border-color css

<style>
 span { border-color: #522FAB; }

 span { border-color: rgb(82,47,171); }

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