Html Css Color HEX #521EF7 Han Purple

📋 copy color: '#521EF7'

red 82 ◦ green 30 ◦ blue 247

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

Shades of Han Purple #521EF7

Tints of Han Purple #521EF7

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.36%

 BLUE value IS 247 (96.88% from 255) = 68.8%

R = 22.84%
G = 8.36%
B = 68.8%

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

#521EF7 (or 0x521EF7) is known color: Han Purple. HEX triplet: 52, 1E and F7. RGB value is (82,30,247). Sum of RGB (Red+Green+Blue) = 82+30+247=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 247 (96.88% from 255 or 68.80% from 359); Max value from RGB is 247 - color contains mainly: blue. Hex color #521EF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521EF7 is #ADE108. Grayscale: #454545. Windows color (decimal): -11395337 or 16195154. OLE color: 16195154.

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

Color convert

RGB 82 30 247 -
CMYK 0.67 0.88 0 0.03
HSL 254.38º 0.93% 0.54% -
HSV(B) 254.38º 0.88% 0.97% -
XYZ 20.73 9.44 88.72 -
YUV 70.29 227.73 136.36 -
System Red Green Blue C M Y K H S L
Decimal 82 30 247 0.67 0.88 0 0.03 254.38 0.93 0.54
Hex 52 1E F7 43 58 0 3 FE 5D 36
Octal 122 36 367 103 130 0 3 376 135 66
Binary 1010010 11110 11110111 1000011 1011000 0 11 11111110 1011101 110110

Color Harmonies of #521EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521EF7

Black with #521EF7

Text Example


Text Example

White with #521EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,30,247); }

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

background-color css

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

 a { background-color: rgb(82,30,247); }

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

border-color css

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

 span { border-color: rgb(82,30,247); }

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