Html Css Color HEX #521DDF Han Purple

📋 copy color: '#521DDF'

red 82 ◦ green 29 ◦ blue 223

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

Shades of Han Purple #521DDF

Tints of Han Purple #521DDF

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.68%

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

R = 24.55%
G = 8.68%
B = 66.77%

CMYK

 C value IS 0.63

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#521DDF (or 0x521DDF) is known color: Han Purple. HEX triplet: 52, 1D and DF. RGB value is (82,29,223). Sum of RGB (Red+Green+Blue) = 82+29+223=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #521DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #521DDF is #ADE220. Grayscale: #424242. Windows color (decimal): -11395617 or 14622034. OLE color: 14622034.

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

Color convert

RGB 82 29 223 -
CMYK 0.63 0.87 0 0.13
HSL 256.39º 0.77% 0.49% -
HSV(B) 256.39º 0.87% 0.87% -
XYZ 17.24 8 70.45 -
YUV 66.96 216.06 138.73 -
System Red Green Blue C M Y K H S L
Decimal 82 29 223 0.63 0.87 0 0.13 256.39 0.77 0.49
Hex 52 1D DF 3F 57 0 D 100 4D 31
Octal 122 35 337 77 127 0 15 400 115 61
Binary 1010010 11101 11011111 111111 1010111 0 1101 100000000 1001101 110001

Color Harmonies of #521DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521DDF

Black with #521DDF

Text Example


Text Example

White with #521DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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