Html Css Color HEX #510DFA Han Purple

📋 copy color: '#510DFA'

red 81 ◦ green 13 ◦ blue 250

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

Shades of Han Purple #510DFA

Tints of Han Purple #510DFA

RGB

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

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

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

R = 23.55%
G = 3.78%
B = 72.67%

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

#510DFA (or 0x510DFA) is known color: Han Purple. HEX triplet: 51, 0D and FA. RGB value is (81,13,250). Sum of RGB (Red+Green+Blue) = 81+13+250=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #510DFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510DFA is #AEF205. Grayscale: #3B3B3B. Windows color (decimal): -11465222 or 16387409. OLE color: 16387409.

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

Color convert

RGB 81 13 250 -
CMYK 0.68 0.95 0 0.02
HSL 257.22º 0.96% 0.52% -
HSV(B) 257.22º 0.95% 0.98% -
XYZ 20.79 8.94 91.07 -
YUV 60.35 235.03 142.73 -
System Red Green Blue C M Y K H S L
Decimal 81 13 250 0.68 0.95 0 0.02 257.22 0.96 0.52
Hex 51 D FA 44 5F 0 2 101 60 34
Octal 121 15 372 104 137 0 2 401 140 64
Binary 1010001 1101 11111010 1000100 1011111 0 10 100000001 1100000 110100

Color Harmonies of #510DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510DFA

Black with #510DFA

Text Example


Text Example

White with #510DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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