Html Css Color HEX #520CFE Han Purple

📋 copy color: '#520CFE'

red 82 ◦ green 12 ◦ blue 254

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

Shades of Han Purple #520CFE

Tints of Han Purple #520CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 72.99%

R = 23.56%
G = 3.45%
B = 72.99%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#520CFE (or 0x520CFE) is known color: Han Purple. HEX triplet: 52, 0C and FE. RGB value is (82,12,254). Sum of RGB (Red+Green+Blue) = 82+12+254=348 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.56% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 254 (99.61% from 255 or 72.99% from 348); Max value from RGB is 254 - color contains mainly: blue. Hex color #520CFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520CFE is #ADF301. Grayscale: #3B3B3B. Windows color (decimal): -11399938 or 16649298. OLE color: 16649298.

HSL color Cylindrical-coordinate representation of color #520CFE: hue angle of 257.36º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #520CFE is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 82 12 254 -
CMYK 0.68 0.95 0 0.00
HSL 257.36º 0.99% 0.52% -
HSV(B) 257.36º 0.95% 1% -
XYZ 21.5 9.21 94.41 -
YUV 60.52 237.19 143.32 -
System Red Green Blue C M Y K H S L
Decimal 82 12 254 0.68 0.95 0 0.00 257.36 0.99 0.52
Hex 52 C FE 44 5F 0 0 101 63 34
Octal 122 14 376 104 137 0 0 401 143 64
Binary 1010010 1100 11111110 1000100 1011111 0 0 100000001 1100011 110100

Color Harmonies of #520CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CFE

Black with #520CFE

Text Example


Text Example

White with #520CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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