Html Css Color HEX #510AF9 Han Purple

📋 copy color: '#510AF9'

red 81 ◦ green 10 ◦ blue 249

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

Shades of Han Purple #510AF9

Tints of Han Purple #510AF9

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.94%

 BLUE value IS 249 (97.66% from 255) = 73.24%

R = 23.82%
G = 2.94%
B = 73.24%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#510AF9 (or 0x510AF9) is known color: Han Purple. HEX triplet: 51, 0A and F9. RGB value is (81,10,249). Sum of RGB (Red+Green+Blue) = 81+10+249=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 249 (97.66% from 255 or 73.24% from 340); Max value from RGB is 249 - color contains mainly: blue. Hex color #510AF9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510AF9 is #AEF506. Grayscale: #393939. Windows color (decimal): -11465991 or 16321105. OLE color: 16321105.

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

Color convert

RGB 81 10 249 -
CMYK 0.67 0.96 0 0.02
HSL 257.82º 0.95% 0.51% -
HSV(B) 257.82º 0.96% 0.98% -
XYZ 20.6 8.81 90.24 -
YUV 58.48 235.52 144.07 -
System Red Green Blue C M Y K H S L
Decimal 81 10 249 0.67 0.96 0 0.02 257.82 0.95 0.51
Hex 51 A F9 43 60 0 2 102 5F 33
Octal 121 12 371 103 140 0 2 402 137 63
Binary 1010001 1010 11111001 1000011 1100000 0 10 100000010 1011111 110011

Color Harmonies of #510AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510AF9

Black with #510AF9

Text Example


Text Example

White with #510AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,10,249); }

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

background-color css

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

 a { background-color: rgb(81,10,249); }

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

border-color css

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

 span { border-color: rgb(81,10,249); }

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