Html Css Color HEX #510DFB Han Purple

📋 copy color: '#510DFB'

red 81 ◦ green 13 ◦ blue 251

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

Shades of Han Purple #510DFB

Tints of Han Purple #510DFB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.77%

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

R = 23.48%
G = 3.77%
B = 72.75%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#510DFB (or 0x510DFB) is known color: Han Purple. HEX triplet: 51, 0D and FB. RGB value is (81,13,251). Sum of RGB (Red+Green+Blue) = 81+13+251=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #510DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510DFB is #AEF204. Grayscale: #3B3B3B. Windows color (decimal): -11465221 or 16452945. OLE color: 16452945.

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

Color convert

RGB 81 13 251 -
CMYK 0.68 0.95 0 0.02
HSL 257.14º 0.97% 0.52% -
HSV(B) 257.14º 0.95% 0.98% -
XYZ 20.95 9 91.9 -
YUV 60.46 235.53 142.65 -
System Red Green Blue C M Y K H S L
Decimal 81 13 251 0.68 0.95 0 0.02 257.14 0.97 0.52
Hex 51 D FB 44 5F 0 2 101 61 34
Octal 121 15 373 104 137 0 2 401 141 64
Binary 1010001 1101 11111011 1000100 1011111 0 10 100000001 1100001 110100

Color Harmonies of #510DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510DFB

Black with #510DFB

Text Example


Text Example

White with #510DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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