Html Css Color HEX #510FFA Han Purple

📋 copy color: '#510FFA'

red 81 ◦ green 15 ◦ blue 250

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

Shades of Han Purple #510FFA

Tints of Han Purple #510FFA

RGB

 RED value IS 81 (32.03% from 255) = 23.41%

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

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

R = 23.41%
G = 4.34%
B = 72.25%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#510FFA (or 0x510FFA) is known color: Han Purple. HEX triplet: 51, 0F and FA. RGB value is (81,15,250). Sum of RGB (Red+Green+Blue) = 81+15+250=346 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.41% from 346); Green value is 15 (6.25% from 255 or 4.34% from 346); Blue value is 250 (98.05% from 255 or 72.25% from 346); Max value from RGB is 250 - color contains mainly: blue. Hex color #510FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510FFA is #AEF005. Grayscale: #3C3C3C. Windows color (decimal): -11464710 or 16387921. OLE color: 16387921.

HSL color Cylindrical-coordinate representation of color #510FFA: hue angle of 256.85º 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 #510FFA is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 15 250 -
CMYK 0.68 0.94 0 0.02
HSL 256.85º 0.96% 0.52% -
HSV(B) 256.85º 0.94% 0.98% -
XYZ 20.82 8.99 91.08 -
YUV 61.52 234.37 141.89 -
System Red Green Blue C M Y K H S L
Decimal 81 15 250 0.68 0.94 0 0.02 256.85 0.96 0.52
Hex 51 F FA 44 5E 0 2 101 60 34
Octal 121 17 372 104 136 0 2 401 140 64
Binary 1010001 1111 11111010 1000100 1011110 0 10 100000001 1100000 110100

Color Harmonies of #510FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510FFA

Black with #510FFA

Text Example


Text Example

White with #510FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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