Html Css Color HEX #520FDF Han Purple

📋 copy color: '#520FDF'

red 82 ◦ green 15 ◦ blue 223

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

Shades of Han Purple #520FDF

Tints of Han Purple #520FDF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.69%

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

R = 25.63%
G = 4.69%
B = 69.69%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#520FDF (or 0x520FDF) is known color: Han Purple. HEX triplet: 52, 0F and DF. RGB value is (82,15,223). Sum of RGB (Red+Green+Blue) = 82+15+223=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 223 (87.5% from 255 or 69.69% from 320); Max value from RGB is 223 - color contains mainly: blue. Hex color #520FDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520FDF is #ADF020. Grayscale: #393939. Windows color (decimal): -11399201 or 14618450. OLE color: 14618450.

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

Color convert

RGB 82 15 223 -
CMYK 0.63 0.93 0 0.13
HSL 259.33º 0.87% 0.47% -
HSV(B) 259.33º 0.93% 0.87% -
XYZ 16.97 7.46 70.36 -
YUV 58.75 220.7 144.59 -
System Red Green Blue C M Y K H S L
Decimal 82 15 223 0.63 0.93 0 0.13 259.33 0.87 0.47
Hex 52 F DF 3F 5D 0 D 103 57 2F
Octal 122 17 337 77 135 0 15 403 127 57
Binary 1010010 1111 11011111 111111 1011101 0 1101 100000011 1010111 101111

Color Harmonies of #520FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FDF

Black with #520FDF

Text Example


Text Example

White with #520FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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