Html Css Color HEX #520DEF Han Purple

📋 copy color: '#520DEF'

red 82 ◦ green 13 ◦ blue 239

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

Shades of Han Purple #520DEF

Tints of Han Purple #520DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.56%

R = 24.55%
G = 3.89%
B = 71.56%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#520DEF (or 0x520DEF) is known color: Han Purple. HEX triplet: 52, 0D and EF. RGB value is (82,13,239). Sum of RGB (Red+Green+Blue) = 82+13+239=334 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.55% from 334); Green value is 13 (5.47% from 255 or 3.89% from 334); Blue value is 239 (93.75% from 255 or 71.56% from 334); Max value from RGB is 239 - color contains mainly: blue. Hex color #520DEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520DEF is #ADF210. Grayscale: #3A3A3A. Windows color (decimal): -11399697 or 15666514. OLE color: 15666514.

HSL color Cylindrical-coordinate representation of color #520DEF: hue angle of 258.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520DEF is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 13 239 -
CMYK 0.66 0.95 0 0.06
HSL 258.32º 0.9% 0.49% -
HSV(B) 258.32º 0.95% 0.94% -
XYZ 19.2 8.31 82.25 -
YUV 59.4 229.36 144.12 -
System Red Green Blue C M Y K H S L
Decimal 82 13 239 0.66 0.95 0 0.06 258.32 0.9 0.49
Hex 52 D EF 42 5F 0 6 102 5A 31
Octal 122 15 357 102 137 0 6 402 132 61
Binary 1010010 1101 11101111 1000010 1011111 0 110 100000010 1011010 110001

Color Harmonies of #520DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520DEF

Black with #520DEF

Text Example


Text Example

White with #520DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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