Html Css Color HEX #510ADE Han Purple

📋 copy color: '#510ADE'

red 81 ◦ green 10 ◦ blue 222

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

Shades of Han Purple #510ADE

Tints of Han Purple #510ADE

RGB

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

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

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

R = 25.88%
G = 3.19%
B = 70.93%

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

#510ADE (or 0x510ADE) is known color: Han Purple. HEX triplet: 51, 0A and DE. RGB value is (81,10,222). Sum of RGB (Red+Green+Blue) = 81+10+222=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 10 (4.30% from 255 or 3.19% from 313); Blue value is 222 (87.11% from 255 or 70.93% from 313); Max value from RGB is 222 - color contains mainly: blue. Hex color #510ADE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510ADE is #AEF521. Grayscale: #363636. Windows color (decimal): -11466018 or 14551633. OLE color: 14551633.

HSL color Cylindrical-coordinate representation of color #510ADE: hue angle of 260.09º 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 #510ADE is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 10 222 -
CMYK 0.64 0.95 0 0.13
HSL 260.09º 0.91% 0.45% -
HSV(B) 260.09º 0.95% 0.87% -
XYZ 16.69 7.24 69.63 -
YUV 55.4 222.02 146.26 -
System Red Green Blue C M Y K H S L
Decimal 81 10 222 0.64 0.95 0 0.13 260.09 0.91 0.45
Hex 51 A DE 40 5F 0 D 104 5B 2D
Octal 121 12 336 100 137 0 15 404 133 55
Binary 1010001 1010 11011110 1000000 1011111 0 1101 100000100 1011011 101101

Color Harmonies of #510ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510ADE

Black with #510ADE

Text Example


Text Example

White with #510ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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