Html Css Color HEX #510ADD Han Purple

📋 copy color: '#510ADD'

red 81 ◦ green 10 ◦ blue 221

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

Shades of Han Purple #510ADD

Tints of Han Purple #510ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.21%

 BLUE value IS 221 (86.72% from 255) = 70.83%

R = 25.96%
G = 3.21%
B = 70.83%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#510ADD (or 0x510ADD) is known color: Han Purple. HEX triplet: 51, 0A and DD. RGB value is (81,10,221). Sum of RGB (Red+Green+Blue) = 81+10+221=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 10 (4.30% from 255 or 3.21% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #510ADD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510ADD is #AEF522. Grayscale: #363636. Windows color (decimal): -11466019 or 14486097. OLE color: 14486097.

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

Color convert

RGB 81 10 221 -
CMYK 0.63 0.95 0 0.13
HSL 260.19º 0.91% 0.45% -
HSV(B) 260.19º 0.95% 0.87% -
XYZ 16.55 7.19 68.92 -
YUV 55.28 221.52 146.34 -
System Red Green Blue C M Y K H S L
Decimal 81 10 221 0.63 0.95 0 0.13 260.19 0.91 0.45
Hex 51 A DD 3F 5F 0 D 104 5B 2D
Octal 121 12 335 77 137 0 15 404 133 55
Binary 1010001 1010 11011101 111111 1011111 0 1101 100000100 1011011 101101

Color Harmonies of #510ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510ADD

Black with #510ADD

Text Example


Text Example

White with #510ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,10,221); }

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

background-color css

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

 a { background-color: rgb(81,10,221); }

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

border-color css

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

 span { border-color: rgb(81,10,221); }

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