Html Css Color HEX #510DFD Han Purple

📋 copy color: '#510DFD'

red 81 ◦ green 13 ◦ blue 253

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

Shades of Han Purple #510DFD

Tints of Han Purple #510DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 72.91%

R = 23.34%
G = 3.75%
B = 72.91%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#510DFD (or 0x510DFD) is known color: Han Purple. HEX triplet: 51, 0D and FD. RGB value is (81,13,253). Sum of RGB (Red+Green+Blue) = 81+13+253=347 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.34% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #510DFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510DFD is #AEF202. Grayscale: #3B3B3B. Windows color (decimal): -11465219 or 16584017. OLE color: 16584017.

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

Color convert

RGB 81 13 253 -
CMYK 0.68 0.95 0 0.01
HSL 257º 0.98% 0.52% -
HSV(B) 257º 0.95% 0.99% -
XYZ 21.27 9.13 93.57 -
YUV 60.69 236.53 142.49 -
System Red Green Blue C M Y K H S L
Decimal 81 13 253 0.68 0.95 0 0.01 257 0.98 0.52
Hex 51 D FD 44 5F 0 1 101 62 34
Octal 121 15 375 104 137 0 1 401 142 64
Binary 1010001 1101 11111101 1000100 1011111 0 1 100000001 1100010 110100

Color Harmonies of #510DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510DFD

Black with #510DFD

Text Example


Text Example

White with #510DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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