Html Css Color HEX #521FDF Han Purple

📋 copy color: '#521FDF'

red 82 ◦ green 31 ◦ blue 223

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

Shades of Han Purple #521FDF

Tints of Han Purple #521FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.37%

R = 24.4%
G = 9.23%
B = 66.37%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#521FDF (or 0x521FDF) is known color: Han Purple. HEX triplet: 52, 1F and DF. RGB value is (82,31,223). Sum of RGB (Red+Green+Blue) = 82+31+223=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #521FDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521FDF is #ADE020. Grayscale: #434343. Windows color (decimal): -11395105 or 14622546. OLE color: 14622546.

HSL color Cylindrical-coordinate representation of color #521FDF: hue angle of 255.94º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #521FDF is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 31 223 -
CMYK 0.63 0.86 0 0.13
HSL 255.94º 0.76% 0.5% -
HSV(B) 255.94º 0.86% 0.87% -
XYZ 17.29 8.1 70.46 -
YUV 68.14 215.4 137.89 -
System Red Green Blue C M Y K H S L
Decimal 82 31 223 0.63 0.86 0 0.13 255.94 0.76 0.5
Hex 52 1F DF 3F 56 0 D 100 4C 32
Octal 122 37 337 77 126 0 15 400 114 62
Binary 1010010 11111 11011111 111111 1010110 0 1101 100000000 1001100 110010

Color Harmonies of #521FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521FDF

Black with #521FDF

Text Example


Text Example

White with #521FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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