Html Css Color HEX #510AFB Han Purple

📋 copy color: '#510AFB'

red 81 ◦ green 10 ◦ blue 251

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

Shades of Han Purple #510AFB

Tints of Han Purple #510AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 73.39%

R = 23.68%
G = 2.92%
B = 73.39%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#510AFB (or 0x510AFB) is known color: Han Purple. HEX triplet: 51, 0A and FB. RGB value is (81,10,251). Sum of RGB (Red+Green+Blue) = 81+10+251=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 10 (4.30% from 255 or 2.92% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #510AFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510AFB is #AEF504. Grayscale: #393939. Windows color (decimal): -11465989 or 16452177. OLE color: 16452177.

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

Color convert

RGB 81 10 251 -
CMYK 0.68 0.96 0 0.02
HSL 257.68º 0.97% 0.51% -
HSV(B) 257.68º 0.96% 0.98% -
XYZ 20.91 8.93 91.89 -
YUV 58.7 236.52 143.9 -
System Red Green Blue C M Y K H S L
Decimal 81 10 251 0.68 0.96 0 0.02 257.68 0.97 0.51
Hex 51 A FB 44 60 0 2 102 61 33
Octal 121 12 373 104 140 0 2 402 141 63
Binary 1010001 1010 11111011 1000100 1100000 0 10 100000010 1100001 110011

Color Harmonies of #510AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510AFB

Black with #510AFB

Text Example


Text Example

White with #510AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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