Html Css Color HEX #520CE2 Han Purple

📋 copy color: '#520CE2'

red 82 ◦ green 12 ◦ blue 226

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

Shades of Han Purple #520CE2

Tints of Han Purple #520CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 70.63%

R = 25.63%
G = 3.75%
B = 70.63%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#520CE2 (or 0x520CE2) is known color: Han Purple. HEX triplet: 52, 0C and E2. RGB value is (82,12,226). Sum of RGB (Red+Green+Blue) = 82+12+226=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 12 (5.08% from 255 or 3.75% from 320); Blue value is 226 (88.67% from 255 or 70.62% from 320); Max value from RGB is 226 - color contains mainly: blue. Hex color #520CE2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CE2 is #ADF31D. Grayscale: #383838. Windows color (decimal): -11399966 or 14814290. OLE color: 14814290.

HSL color Cylindrical-coordinate representation of color #520CE2: hue angle of 259.63º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520CE2 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 82 12 226 -
CMYK 0.64 0.95 0 0.11
HSL 259.63º 0.9% 0.47% -
HSV(B) 259.63º 0.95% 0.89% -
XYZ 17.34 7.55 72.49 -
YUV 57.33 223.19 145.6 -
System Red Green Blue C M Y K H S L
Decimal 82 12 226 0.64 0.95 0 0.11 259.63 0.9 0.47
Hex 52 C E2 40 5F 0 B 104 5A 2F
Octal 122 14 342 100 137 0 13 404 132 57
Binary 1010010 1100 11100010 1000000 1011111 0 1011 100000100 1011010 101111

Color Harmonies of #520CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CE2

Black with #520CE2

Text Example


Text Example

White with #520CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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