Html Css Color HEX #522DAB Purple Heart

📋 copy color: '#522DAB'

red 82 ◦ green 45 ◦ blue 171

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

Shades of Purple Heart #522DAB

Tints of Purple Heart #522DAB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.1%

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

R = 27.52%
G = 15.1%
B = 57.38%

CMYK

 C value IS 0.52

 M value IS 0.74

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#522DAB (or 0x522DAB) is known color: Purple Heart. HEX triplet: 52, 2D and AB. RGB value is (82,45,171). Sum of RGB (Red+Green+Blue) = 82+45+171=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 45 (17.97% from 255 or 15.10% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #522DAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522DAB is #ADD254. Grayscale: #454545. Windows color (decimal): -11391573 or 11218258. OLE color: 11218258.

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

Color convert

RGB 82 45 171 -
CMYK 0.52 0.74 0 0.33
HSL 257.62º 0.58% 0.42% -
HSV(B) 257.62º 0.74% 0.67% -
XYZ 11.77 6.61 39.18 -
YUV 70.43 184.76 136.25 -
System Red Green Blue C M Y K H S L
Decimal 82 45 171 0.52 0.74 0 0.33 257.62 0.58 0.42
Hex 52 2D AB 34 4A 0 21 102 3A 2A
Octal 122 55 253 64 112 0 41 402 72 52
Binary 1010010 101101 10101011 110100 1001010 0 100001 100000010 111010 101010

Color Harmonies of #522DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522DAB

Black with #522DAB

Text Example


Text Example

White with #522DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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