Html Css Color HEX #522AB6 Purple Heart

📋 copy color: '#522AB6'

red 82 ◦ green 42 ◦ blue 182

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

Shades of Purple Heart #522AB6

Tints of Purple Heart #522AB6

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.73%

 BLUE value IS 182 (71.48% from 255) = 59.48%

R = 26.8%
G = 13.73%
B = 59.48%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#522AB6 (or 0x522AB6) is known color: Purple Heart. HEX triplet: 52, 2A and B6. RGB value is (82,42,182). Sum of RGB (Red+Green+Blue) = 82+42+182=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 182 (71.48% from 255 or 59.48% from 306); Max value from RGB is 182 - color contains mainly: blue. Hex color #522AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522AB6 is #ADD549. Grayscale: #454545. Windows color (decimal): -11392330 or 11938386. OLE color: 11938386.

HSL color Cylindrical-coordinate representation of color #522AB6: hue angle of 257.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #522AB6 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 82 42 182 -
CMYK 0.55 0.77 0 0.29
HSL 257.14º 0.63% 0.44% -
HSV(B) 257.14º 0.77% 0.71% -
XYZ 12.75 6.83 44.9 -
YUV 69.92 191.25 136.62 -
System Red Green Blue C M Y K H S L
Decimal 82 42 182 0.55 0.77 0 0.29 257.14 0.63 0.44
Hex 52 2A B6 37 4D 0 1D 101 3E 2C
Octal 122 52 266 67 115 0 35 401 76 54
Binary 1010010 101010 10110110 110111 1001101 0 11101 100000001 111110 101100

Color Harmonies of #522AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522AB6

Black with #522AB6

Text Example


Text Example

White with #522AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,42,182); }

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

background-color css

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

 a { background-color: rgb(82,42,182); }

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

border-color css

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

 span { border-color: rgb(82,42,182); }

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