Html Css Color HEX #522ABE Purple Heart

📋 copy color: '#522ABE'

red 82 ◦ green 42 ◦ blue 190

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

Shades of Purple Heart #522ABE

Tints of Purple Heart #522ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 60.51%

R = 26.11%
G = 13.38%
B = 60.51%

CMYK

 C value IS 0.57

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#522ABE (or 0x522ABE) is known color: Purple Heart. HEX triplet: 52, 2A and BE. RGB value is (82,42,190). Sum of RGB (Red+Green+Blue) = 82+42+190=314 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.11% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 190 (74.61% from 255 or 60.51% from 314); Max value from RGB is 190 - color contains mainly: blue. Hex color #522ABE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522ABE is #ADD541. Grayscale: #464646. Windows color (decimal): -11392322 or 12462674. OLE color: 12462674.

HSL color Cylindrical-coordinate representation of color #522ABE: hue angle of 256.22º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #522ABE is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 42 190 -
CMYK 0.57 0.78 0 0.25
HSL 256.22º 0.64% 0.45% -
HSV(B) 256.22º 0.78% 0.75% -
XYZ 13.6 7.17 49.38 -
YUV 70.83 195.25 135.97 -
System Red Green Blue C M Y K H S L
Decimal 82 42 190 0.57 0.78 0 0.25 256.22 0.64 0.45
Hex 52 2A BE 39 4E 0 19 100 40 2D
Octal 122 52 276 71 116 0 31 400 100 55
Binary 1010010 101010 10111110 111001 1001110 0 11001 100000000 1000000 101101

Color Harmonies of #522ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522ABE

Black with #522ABE

Text Example


Text Example

White with #522ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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