Html Css Color HEX #510DEB Han Purple

📋 copy color: '#510DEB'

red 81 ◦ green 13 ◦ blue 235

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

Shades of Han Purple #510DEB

Tints of Han Purple #510DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 71.43%

R = 24.62%
G = 3.95%
B = 71.43%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#510DEB (or 0x510DEB) is known color: Han Purple. HEX triplet: 51, 0D and EB. RGB value is (81,13,235). Sum of RGB (Red+Green+Blue) = 81+13+235=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 13 (5.47% from 255 or 3.95% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #510DEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510DEB is #AEF214. Grayscale: #393939. Windows color (decimal): -11465237 or 15404369. OLE color: 15404369.

HSL color Cylindrical-coordinate representation of color #510DEB: hue angle of 258.38º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510DEB is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 13 235 -
CMYK 0.66 0.94 0 0.08
HSL 258.38º 0.9% 0.49% -
HSV(B) 258.38º 0.94% 0.92% -
XYZ 18.53 8.04 79.17 -
YUV 58.64 227.53 143.95 -
System Red Green Blue C M Y K H S L
Decimal 81 13 235 0.66 0.94 0 0.08 258.38 0.9 0.49
Hex 51 D EB 42 5E 0 8 102 5A 31
Octal 121 15 353 102 136 0 10 402 132 61
Binary 1010001 1101 11101011 1000010 1011110 0 1000 100000010 1011010 110001

Color Harmonies of #510DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510DEB

Black with #510DEB

Text Example


Text Example

White with #510DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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