Html Css Color HEX #522CAB Purple Heart

📋 copy color: '#522CAB'

red 82 ◦ green 44 ◦ blue 171

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

Shades of Purple Heart #522CAB

Tints of Purple Heart #522CAB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.81%

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

R = 27.61%
G = 14.81%
B = 57.58%

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

#522CAB (or 0x522CAB) is known color: Purple Heart. HEX triplet: 52, 2C and AB. RGB value is (82,44,171). Sum of RGB (Red+Green+Blue) = 82+44+171=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 44 (17.58% from 255 or 14.81% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #522CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522CAB is #ADD354. Grayscale: #454545. Windows color (decimal): -11391829 or 11218002. OLE color: 11218002.

HSL color Cylindrical-coordinate representation of color #522CAB: hue angle of 257.95º degrees, saturation: 0.59, 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 #522CAB is Cyan = 0.52, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 44 171 -
CMYK 0.52 0.74 0 0.33
HSL 257.95º 0.59% 0.42% -
HSV(B) 257.95º 0.74% 0.67% -
XYZ 11.73 6.54 39.17 -
YUV 69.84 185.09 136.67 -
System Red Green Blue C M Y K H S L
Decimal 82 44 171 0.52 0.74 0 0.33 257.95 0.59 0.42
Hex 52 2C AB 34 4A 0 21 102 3B 2A
Octal 122 54 253 64 112 0 41 402 73 52
Binary 1010010 101100 10101011 110100 1001010 0 100001 100000010 111011 101010

Color Harmonies of #522CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522CAB

Black with #522CAB

Text Example


Text Example

White with #522CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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