Html Css Color HEX #521FE8 Han Purple

📋 copy color: '#521FE8'

red 82 ◦ green 31 ◦ blue 232

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

Shades of Han Purple #521FE8

Tints of Han Purple #521FE8

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.99%

 BLUE value IS 232 (91.02% from 255) = 67.25%

R = 23.77%
G = 8.99%
B = 67.25%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#521FE8 (or 0x521FE8) is known color: Han Purple. HEX triplet: 52, 1F and E8. RGB value is (82,31,232). Sum of RGB (Red+Green+Blue) = 82+31+232=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 31 (12.5% from 255 or 8.99% from 345); Blue value is 232 (91.02% from 255 or 67.25% from 345); Max value from RGB is 232 - color contains mainly: blue. Hex color #521FE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521FE8 is #ADE017. Grayscale: #444444. Windows color (decimal): -11395096 or 15212370. OLE color: 15212370.

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

Color convert

RGB 82 31 232 -
CMYK 0.65 0.87 0 0.09
HSL 255.22º 0.81% 0.52% -
HSV(B) 255.22º 0.87% 0.91% -
XYZ 18.54 8.6 77.03 -
YUV 69.16 219.9 137.16 -
System Red Green Blue C M Y K H S L
Decimal 82 31 232 0.65 0.87 0 0.09 255.22 0.81 0.52
Hex 52 1F E8 41 57 0 9 FF 51 34
Octal 122 37 350 101 127 0 11 377 121 64
Binary 1010010 11111 11101000 1000001 1010111 0 1001 11111111 1010001 110100

Color Harmonies of #521FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521FE8

Black with #521FE8

Text Example


Text Example

White with #521FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,31,232); }

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

background-color css

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

 a { background-color: rgb(82,31,232); }

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

border-color css

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

 span { border-color: rgb(82,31,232); }

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