Html Css Color HEX #510BDE Han Purple

📋 copy color: '#510BDE'

red 81 ◦ green 11 ◦ blue 222

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

Shades of Han Purple #510BDE

Tints of Han Purple #510BDE

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.5%

 BLUE value IS 222 (87.11% from 255) = 70.7%

R = 25.8%
G = 3.5%
B = 70.7%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#510BDE (or 0x510BDE) is known color: Han Purple. HEX triplet: 51, 0B and DE. RGB value is (81,11,222). Sum of RGB (Red+Green+Blue) = 81+11+222=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 11 (4.69% from 255 or 3.50% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #510BDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510BDE is #AEF421. Grayscale: #373737. Windows color (decimal): -11465762 or 14551889. OLE color: 14551889.

HSL color Cylindrical-coordinate representation of color #510BDE: hue angle of 259.91º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510BDE is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 11 222 -
CMYK 0.64 0.95 0 0.13
HSL 259.91º 0.91% 0.46% -
HSV(B) 259.91º 0.95% 0.87% -
XYZ 16.7 7.26 69.63 -
YUV 55.98 221.69 145.84 -
System Red Green Blue C M Y K H S L
Decimal 81 11 222 0.64 0.95 0 0.13 259.91 0.91 0.46
Hex 51 B DE 40 5F 0 D 104 5B 2E
Octal 121 13 336 100 137 0 15 404 133 56
Binary 1010001 1011 11011110 1000000 1011111 0 1101 100000100 1011011 101110

Color Harmonies of #510BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510BDE

Black with #510BDE

Text Example


Text Example

White with #510BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,11,222); }

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

background-color css

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

 a { background-color: rgb(81,11,222); }

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

border-color css

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

 span { border-color: rgb(81,11,222); }

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