Html Css Color HEX #520CFF Han Purple

📋 copy color: '#520CFF'

red 82 ◦ green 12 ◦ blue 255

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

Shades of Han Purple #520CFF

Tints of Han Purple #520CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.07%

R = 23.5%
G = 3.44%
B = 73.07%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#520CFF (or 0x520CFF) is known color: Han Purple. HEX triplet: 52, 0C and FF. RGB value is (82,12,255). Sum of RGB (Red+Green+Blue) = 82+12+255=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #520CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520CFF is #ADF300. Grayscale: #3B3B3B. Windows color (decimal): -11399937 or 16714834. OLE color: 16714834.

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

Color convert

RGB 82 12 255 -
CMYK 0.68 0.95 0 0
HSL 257.28º 1% 0.52% -
HSV(B) 257.28º 0.95% 1% -
XYZ 21.66 9.28 95.26 -
YUV 60.63 237.69 143.24 -
System Red Green Blue C M Y K H S L
Decimal 82 12 255 0.68 0.95 0 0 257.28 1 0.52
Hex 52 C FF 44 5F 0 0 101 64 34
Octal 122 14 377 104 137 0 0 401 144 64
Binary 1010010 1100 11111111 1000100 1011111 0 0 100000001 1100100 110100

Color Harmonies of #520CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520CFF

Black with #520CFF

Text Example


Text Example

White with #520CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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