Html Css Color HEX #520DFD Han Purple

📋 copy color: '#520DFD'

red 82 ◦ green 13 ◦ blue 253

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

Shades of Han Purple #520DFD

Tints of Han Purple #520DFD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.74%

 BLUE value IS 253 (99.22% from 255) = 72.7%

R = 23.56%
G = 3.74%
B = 72.7%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#520DFD (or 0x520DFD) is known color: Han Purple. HEX triplet: 52, 0D and FD. RGB value is (82,13,253). Sum of RGB (Red+Green+Blue) = 82+13+253=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 13 (5.47% from 255 or 3.74% from 348); Blue value is 253 (99.22% from 255 or 72.70% from 348); Max value from RGB is 253 - color contains mainly: blue. Hex color #520DFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520DFD is #ADF202. Grayscale: #3C3C3C. Windows color (decimal): -11399683 or 16584018. OLE color: 16584018.

HSL color Cylindrical-coordinate representation of color #520DFD: hue angle of 257.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520DFD is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 82 13 253 -
CMYK 0.68 0.95 0 0.01
HSL 257.25º 0.98% 0.52% -
HSV(B) 257.25º 0.95% 0.99% -
XYZ 21.35 9.17 93.57 -
YUV 60.99 236.36 142.99 -
System Red Green Blue C M Y K H S L
Decimal 82 13 253 0.68 0.95 0 0.01 257.25 0.98 0.52
Hex 52 D FD 44 5F 0 1 101 62 34
Octal 122 15 375 104 137 0 1 401 142 64
Binary 1010010 1101 11111101 1000100 1011111 0 1 100000001 1100010 110100

Color Harmonies of #520DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DFD

Black with #520DFD

Text Example


Text Example

White with #520DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,13,253); }

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

background-color css

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

 a { background-color: rgb(82,13,253); }

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

border-color css

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

 span { border-color: rgb(82,13,253); }

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