Html Css Color HEX #521AEB Han Purple

📋 copy color: '#521AEB'

red 82 ◦ green 26 ◦ blue 235

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

Shades of Han Purple #521AEB

Tints of Han Purple #521AEB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.58%

 BLUE value IS 235 (92.19% from 255) = 68.51%

R = 23.91%
G = 7.58%
B = 68.51%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#521AEB (or 0x521AEB) is known color: Han Purple. HEX triplet: 52, 1A and EB. RGB value is (82,26,235). Sum of RGB (Red+Green+Blue) = 82+26+235=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 26 (10.55% from 255 or 7.58% from 343); Blue value is 235 (92.19% from 255 or 68.51% from 343); Max value from RGB is 235 - color contains mainly: blue. Hex color #521AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521AEB is #ADE514. Grayscale: #414141. Windows color (decimal): -11396373 or 15407698. OLE color: 15407698.

HSL color Cylindrical-coordinate representation of color #521AEB: hue angle of 256.08º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #521AEB is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 26 235 -
CMYK 0.65 0.89 0 0.08
HSL 256.08º 0.84% 0.51% -
HSV(B) 256.08º 0.89% 0.92% -
XYZ 18.84 8.53 79.25 -
YUV 66.57 223.05 139.01 -
System Red Green Blue C M Y K H S L
Decimal 82 26 235 0.65 0.89 0 0.08 256.08 0.84 0.51
Hex 52 1A EB 41 59 0 8 100 54 33
Octal 122 32 353 101 131 0 10 400 124 63
Binary 1010010 11010 11101011 1000001 1011001 0 1000 100000000 1010100 110011

Color Harmonies of #521AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521AEB

Black with #521AEB

Text Example


Text Example

White with #521AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521AEB; }

 p { color: rgb(82,26,235); }

 H1.HeaderClassName
 {
   color: #521AEB;
 }
 .AnyTagClassName
 {
   color: #521AEB;
 }
</style>

background-color css

<style>
 a { background-color: #521AEB; }

 a { background-color: rgb(82,26,235); }

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

border-color css

<style>
 span { border-color: #521AEB; }

 span { border-color: rgb(82,26,235); }

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