Html Css Color HEX #520CDF Han Purple

📋 copy color: '#520CDF'

red 82 ◦ green 12 ◦ blue 223

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

Shades of Han Purple #520CDF

Tints of Han Purple #520CDF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.79%

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

R = 25.87%
G = 3.79%
B = 70.35%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#520CDF (or 0x520CDF) is known color: Han Purple. HEX triplet: 52, 0C and DF. RGB value is (82,12,223). Sum of RGB (Red+Green+Blue) = 82+12+223=317 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.87% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #520CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CDF is #ADF320. Grayscale: #383838. Windows color (decimal): -11399969 or 14617682. OLE color: 14617682.

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

Color convert

RGB 82 12 223 -
CMYK 0.63 0.95 0 0.13
HSL 259.91º 0.9% 0.46% -
HSV(B) 259.91º 0.95% 0.87% -
XYZ 16.93 7.38 70.35 -
YUV 56.98 221.69 145.84 -
System Red Green Blue C M Y K H S L
Decimal 82 12 223 0.63 0.95 0 0.13 259.91 0.9 0.46
Hex 52 C DF 3F 5F 0 D 104 5A 2E
Octal 122 14 337 77 137 0 15 404 132 56
Binary 1010010 1100 11011111 111111 1011111 0 1101 100000100 1011010 101110

Color Harmonies of #520CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CDF

Black with #520CDF

Text Example


Text Example

White with #520CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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