Html Css Color HEX #521CE9 Han Purple

📋 copy color: '#521CE9'

red 82 ◦ green 28 ◦ blue 233

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

Shades of Han Purple #521CE9

Tints of Han Purple #521CE9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.16%

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

R = 23.91%
G = 8.16%
B = 67.93%

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

#521CE9 (or 0x521CE9) is known color: Han Purple. HEX triplet: 52, 1C and E9. RGB value is (82,28,233). Sum of RGB (Red+Green+Blue) = 82+28+233=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 233 (91.41% from 255 or 67.93% from 343); Max value from RGB is 233 - color contains mainly: blue. Hex color #521CE9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521CE9 is #ADE316. Grayscale: #424242. Windows color (decimal): -11395863 or 15277138. OLE color: 15277138.

HSL color Cylindrical-coordinate representation of color #521CE9: hue angle of 255.8º 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 #521CE9 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 82 28 233 -
CMYK 0.65 0.88 0 0.09
HSL 255.8º 0.82% 0.51% -
HSV(B) 255.8º 0.88% 0.91% -
XYZ 18.6 8.51 77.75 -
YUV 67.52 221.39 138.33 -
System Red Green Blue C M Y K H S L
Decimal 82 28 233 0.65 0.88 0 0.09 255.8 0.82 0.51
Hex 52 1C E9 41 58 0 9 100 52 33
Octal 122 34 351 101 130 0 11 400 122 63
Binary 1010010 11100 11101001 1000001 1011000 0 1001 100000000 1010010 110011

Color Harmonies of #521CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521CE9

Black with #521CE9

Text Example


Text Example

White with #521CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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