Html Css Color HEX #520CE0 Han Purple

📋 copy color: '#520CE0'

red 82 ◦ green 12 ◦ blue 224

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

Shades of Han Purple #520CE0

Tints of Han Purple #520CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 70.44%

R = 25.79%
G = 3.77%
B = 70.44%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#520CE0 (or 0x520CE0) is known color: Han Purple. HEX triplet: 52, 0C and E0. RGB value is (82,12,224). Sum of RGB (Red+Green+Blue) = 82+12+224=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 12 (5.08% from 255 or 3.77% from 318); Blue value is 224 (87.89% from 255 or 70.44% from 318); Max value from RGB is 224 - color contains mainly: blue. Hex color #520CE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #520CE0 is #ADF31F. Grayscale: #383838. Windows color (decimal): -11399968 or 14683218. OLE color: 14683218.

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

Color convert

RGB 82 12 224 -
CMYK 0.63 0.95 0 0.12
HSL 259.81º 0.9% 0.46% -
HSV(B) 259.81º 0.95% 0.88% -
XYZ 17.07 7.44 71.06 -
YUV 57.1 222.19 145.76 -
System Red Green Blue C M Y K H S L
Decimal 82 12 224 0.63 0.95 0 0.12 259.81 0.9 0.46
Hex 52 C E0 3F 5F 0 C 104 5A 2E
Octal 122 14 340 77 137 0 14 404 132 56
Binary 1010010 1100 11100000 111111 1011111 0 1100 100000100 1011010 101110

Color Harmonies of #520CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CE0

Black with #520CE0

Text Example


Text Example

White with #520CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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