Html Css Color HEX #521BE9 Han Purple

📋 copy color: '#521BE9'

red 82 ◦ green 27 ◦ blue 233

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

Shades of Han Purple #521BE9

Tints of Han Purple #521BE9

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.89%

 BLUE value IS 233 (91.41% from 255) = 68.13%

R = 23.98%
G = 7.89%
B = 68.13%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#521BE9 (or 0x521BE9) is known color: Han Purple. HEX triplet: 52, 1B and E9. RGB value is (82,27,233). Sum of RGB (Red+Green+Blue) = 82+27+233=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 27 (10.94% from 255 or 7.89% from 342); Blue value is 233 (91.41% from 255 or 68.13% from 342); Max value from RGB is 233 - color contains mainly: blue. Hex color #521BE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521BE9 is #ADE416. Grayscale: #424242. Windows color (decimal): -11396119 or 15276882. OLE color: 15276882.

HSL color Cylindrical-coordinate representation of color #521BE9: hue angle of 256.02º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521BE9 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 27 233 -
CMYK 0.65 0.88 0 0.09
HSL 256.02º 0.82% 0.51% -
HSV(B) 256.02º 0.88% 0.91% -
XYZ 18.58 8.46 77.74 -
YUV 66.93 221.72 138.75 -
System Red Green Blue C M Y K H S L
Decimal 82 27 233 0.65 0.88 0 0.09 256.02 0.82 0.51
Hex 52 1B E9 41 58 0 9 100 52 33
Octal 122 33 351 101 130 0 11 400 122 63
Binary 1010010 11011 11101001 1000001 1011000 0 1001 100000000 1010010 110011

Color Harmonies of #521BE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521BE9

Black with #521BE9

Text Example


Text Example

White with #521BE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,27,233); }

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

background-color css

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

 a { background-color: rgb(82,27,233); }

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

border-color css

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

 span { border-color: rgb(82,27,233); }

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