Html Css Color HEX #520FFA Han Purple

📋 copy color: '#520FFA'

red 82 ◦ green 15 ◦ blue 250

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

Shades of Han Purple #520FFA

Tints of Han Purple #520FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.32%

 BLUE value IS 250 (98.05% from 255) = 72.05%

R = 23.63%
G = 4.32%
B = 72.05%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#520FFA (or 0x520FFA) is known color: Han Purple. HEX triplet: 52, 0F and FA. RGB value is (82,15,250). Sum of RGB (Red+Green+Blue) = 82+15+250=347 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.63% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 250 (98.05% from 255 or 72.05% from 347); Max value from RGB is 250 - color contains mainly: blue. Hex color #520FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #520FFA is #ADF005. Grayscale: #3C3C3C. Windows color (decimal): -11399174 or 16387922. OLE color: 16387922.

HSL color Cylindrical-coordinate representation of color #520FFA: hue angle of 257.11º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #520FFA is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 82 15 250 -
CMYK 0.67 0.94 0 0.02
HSL 257.11º 0.96% 0.52% -
HSV(B) 257.11º 0.94% 0.98% -
XYZ 20.91 9.04 91.09 -
YUV 61.82 234.2 142.39 -
System Red Green Blue C M Y K H S L
Decimal 82 15 250 0.67 0.94 0 0.02 257.11 0.96 0.52
Hex 52 F FA 43 5E 0 2 101 60 34
Octal 122 17 372 103 136 0 2 401 140 64
Binary 1010010 1111 11111010 1000011 1011110 0 10 100000001 1100000 110100

Color Harmonies of #520FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520FFA

Black with #520FFA

Text Example


Text Example

White with #520FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,15,250); }

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

background-color css

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

 a { background-color: rgb(82,15,250); }

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

border-color css

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

 span { border-color: rgb(82,15,250); }

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