Html Css Color HEX #522BE0 Han Purple

📋 copy color: '#522BE0'

red 82 ◦ green 43 ◦ blue 224

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

Shades of Han Purple #522BE0

Tints of Han Purple #522BE0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.32%

 BLUE value IS 224 (87.89% from 255) = 64.18%

R = 23.5%
G = 12.32%
B = 64.18%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#522BE0 (or 0x522BE0) is known color: Han Purple. HEX triplet: 52, 2B and E0. RGB value is (82,43,224). Sum of RGB (Red+Green+Blue) = 82+43+224=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 43 (17.19% from 255 or 12.32% from 349); Blue value is 224 (87.89% from 255 or 64.18% from 349); Max value from RGB is 224 - color contains mainly: blue. Hex color #522BE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #522BE0 is #ADD41F. Grayscale: #4A4A4A. Windows color (decimal): -11392032 or 14691154. OLE color: 14691154.

HSL color Cylindrical-coordinate representation of color #522BE0: hue angle of 252.93º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #522BE0 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 82 43 224 -
CMYK 0.63 0.81 0 0.12
HSL 252.93º 0.74% 0.52% -
HSV(B) 252.93º 0.81% 0.88% -
XYZ 17.8 8.9 71.3 -
YUV 75.3 211.92 132.78 -
System Red Green Blue C M Y K H S L
Decimal 82 43 224 0.63 0.81 0 0.12 252.93 0.74 0.52
Hex 52 2B E0 3F 51 0 C FD 4A 34
Octal 122 53 340 77 121 0 14 375 112 64
Binary 1010010 101011 11100000 111111 1010001 0 1100 11111101 1001010 110100

Color Harmonies of #522BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522BE0

Black with #522BE0

Text Example


Text Example

White with #522BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,43,224); }

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

background-color css

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

 a { background-color: rgb(82,43,224); }

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

border-color css

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

 span { border-color: rgb(82,43,224); }

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