Html Css Color HEX #510FEB Han Purple

📋 copy color: '#510FEB'

red 81 ◦ green 15 ◦ blue 235

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

Shades of Han Purple #510FEB

Tints of Han Purple #510FEB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.53%

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

R = 24.47%
G = 4.53%
B = 71%

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

#510FEB (or 0x510FEB) is known color: Han Purple. HEX triplet: 51, 0F and EB. RGB value is (81,15,235). Sum of RGB (Red+Green+Blue) = 81+15+235=331 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.47% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 235 (92.19% from 255 or 71.00% from 331); Max value from RGB is 235 - color contains mainly: blue. Hex color #510FEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510FEB is #AEF014. Grayscale: #3B3B3B. Windows color (decimal): -11464725 or 15404881. OLE color: 15404881.

HSL color Cylindrical-coordinate representation of color #510FEB: hue angle of 258º degrees, saturation: 0.88, 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 #510FEB is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 15 235 -
CMYK 0.66 0.94 0 0.08
HSL 258º 0.88% 0.49% -
HSV(B) 258º 0.94% 0.92% -
XYZ 18.56 8.09 79.18 -
YUV 59.81 226.87 143.11 -
System Red Green Blue C M Y K H S L
Decimal 81 15 235 0.66 0.94 0 0.08 258 0.88 0.49
Hex 51 F EB 42 5E 0 8 102 58 31
Octal 121 17 353 102 136 0 10 402 130 61
Binary 1010001 1111 11101011 1000010 1011110 0 1000 100000010 1011000 110001

Color Harmonies of #510FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510FEB

Black with #510FEB

Text Example


Text Example

White with #510FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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