Html Css Color HEX #521FF7 Han Purple

📋 copy color: '#521FF7'

red 82 ◦ green 31 ◦ blue 247

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

Shades of Han Purple #521FF7

Tints of Han Purple #521FF7

RGB

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

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

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

R = 22.78%
G = 8.61%
B = 68.61%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#521FF7 (or 0x521FF7) is known color: Han Purple. HEX triplet: 52, 1F and F7. RGB value is (82,31,247). Sum of RGB (Red+Green+Blue) = 82+31+247=360 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.78% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 247 (96.88% from 255 or 68.61% from 360); Max value from RGB is 247 - color contains mainly: blue. Hex color #521FF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #521FF7 is #ADE008. Grayscale: #464646. Windows color (decimal): -11395081 or 16195410. OLE color: 16195410.

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

Color convert

RGB 82 31 247 -
CMYK 0.67 0.87 0 0.03
HSL 254.17º 0.93% 0.55% -
HSV(B) 254.17º 0.87% 0.97% -
XYZ 20.76 9.49 88.73 -
YUV 70.87 227.4 135.94 -
System Red Green Blue C M Y K H S L
Decimal 82 31 247 0.67 0.87 0 0.03 254.17 0.93 0.55
Hex 52 1F F7 43 57 0 3 FE 5D 37
Octal 122 37 367 103 127 0 3 376 135 67
Binary 1010010 11111 11110111 1000011 1010111 0 11 11111110 1011101 110111

Color Harmonies of #521FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521FF7

Black with #521FF7

Text Example


Text Example

White with #521FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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