Html Css Color HEX #520CDE Han Purple

📋 copy color: '#520CDE'

red 82 ◦ green 12 ◦ blue 222

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

Shades of Han Purple #520CDE

Tints of Han Purple #520CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.25%

R = 25.95%
G = 3.8%
B = 70.25%

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

#520CDE (or 0x520CDE) is known color: Han Purple. HEX triplet: 52, 0C and DE. RGB value is (82,12,222). Sum of RGB (Red+Green+Blue) = 82+12+222=316 (41% of max value = 765). Red value is 82 (32.42% from 255 or 25.95% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 222 (87.11% from 255 or 70.25% from 316); Max value from RGB is 222 - color contains mainly: blue. Hex color #520CDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CDE is #ADF321. Grayscale: #383838. Windows color (decimal): -11399970 or 14552146. OLE color: 14552146.

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

Color convert

RGB 82 12 222 -
CMYK 0.63 0.95 0 0.13
HSL 260º 0.9% 0.46% -
HSV(B) 260º 0.95% 0.87% -
XYZ 16.8 7.33 69.64 -
YUV 56.87 221.19 145.92 -
System Red Green Blue C M Y K H S L
Decimal 82 12 222 0.63 0.95 0 0.13 260 0.9 0.46
Hex 52 C DE 3F 5F 0 D 104 5A 2E
Octal 122 14 336 77 137 0 15 404 132 56
Binary 1010010 1100 11011110 111111 1011111 0 1101 100000100 1011010 101110

Color Harmonies of #520CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CDE

Black with #520CDE

Text Example


Text Example

White with #520CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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