Html Css Color HEX #520CDD Han Purple

📋 copy color: '#520CDD'

red 82 ◦ green 12 ◦ blue 221

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

Shades of Han Purple #520CDD

Tints of Han Purple #520CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 70.16%

R = 26.03%
G = 3.81%
B = 70.16%

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

#520CDD (or 0x520CDD) is known color: Han Purple. HEX triplet: 52, 0C and DD. RGB value is (82,12,221). Sum of RGB (Red+Green+Blue) = 82+12+221=315 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.03% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #520CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CDD is #ADF322. Grayscale: #373737. Windows color (decimal): -11399971 or 14486610. OLE color: 14486610.

HSL color Cylindrical-coordinate representation of color #520CDD: hue angle of 260.1º 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 #520CDD is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 12 221 -
CMYK 0.63 0.95 0 0.13
HSL 260.1º 0.9% 0.46% -
HSV(B) 260.1º 0.95% 0.87% -
XYZ 16.66 7.28 68.93 -
YUV 56.76 220.69 146.01 -
System Red Green Blue C M Y K H S L
Decimal 82 12 221 0.63 0.95 0 0.13 260.1 0.9 0.46
Hex 52 C DD 3F 5F 0 D 104 5A 2E
Octal 122 14 335 77 137 0 15 404 132 56
Binary 1010010 1100 11011101 111111 1011111 0 1101 100000100 1011010 101110

Color Harmonies of #520CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CDD

Black with #520CDD

Text Example


Text Example

White with #520CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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