Html Css Color HEX #521FF8 Han Purple

📋 copy color: '#521FF8'

red 82 ◦ green 31 ◦ blue 248

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

Shades of Han Purple #521FF8

Tints of Han Purple #521FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 68.7%

R = 22.71%
G = 8.59%
B = 68.7%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#521FF8 (or 0x521FF8) is known color: Han Purple. HEX triplet: 52, 1F and F8. RGB value is (82,31,248). Sum of RGB (Red+Green+Blue) = 82+31+248=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 248 (97.27% from 255 or 68.70% from 361); Max value from RGB is 248 - color contains mainly: blue. Hex color #521FF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521FF8 is #ADE007. Grayscale: #464646. Windows color (decimal): -11395080 or 16260946. OLE color: 16260946.

HSL color Cylindrical-coordinate representation of color #521FF8: hue angle of 254.1º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #521FF8 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 82 31 248 -
CMYK 0.67 0.88 0 0.03
HSL 254.1º 0.94% 0.55% -
HSV(B) 254.1º 0.88% 0.97% -
XYZ 20.91 9.55 89.55 -
YUV 70.99 227.9 135.86 -
System Red Green Blue C M Y K H S L
Decimal 82 31 248 0.67 0.88 0 0.03 254.1 0.94 0.55
Hex 52 1F F8 43 58 0 3 FE 5E 37
Octal 122 37 370 103 130 0 3 376 136 67
Binary 1010010 11111 11111000 1000011 1011000 0 11 11111110 1011110 110111

Color Harmonies of #521FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521FF8

Black with #521FF8

Text Example


Text Example

White with #521FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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