Html Css Color HEX #510AEA Han Purple

📋 copy color: '#510AEA'

red 81 ◦ green 10 ◦ blue 234

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

Shades of Han Purple #510AEA

Tints of Han Purple #510AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 72%

R = 24.92%
G = 3.08%
B = 72%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#510AEA (or 0x510AEA) is known color: Han Purple. HEX triplet: 51, 0A and EA. RGB value is (81,10,234). Sum of RGB (Red+Green+Blue) = 81+10+234=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 10 (4.30% from 255 or 3.08% from 325); Blue value is 234 (91.80% from 255 or 72% from 325); Max value from RGB is 234 - color contains mainly: blue. Hex color #510AEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510AEA is #AEF515. Grayscale: #373737. Windows color (decimal): -11466006 or 15338065. OLE color: 15338065.

HSL color Cylindrical-coordinate representation of color #510AEA: hue angle of 259.02º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #510AEA is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 10 234 -
CMYK 0.65 0.96 0 0.08
HSL 259.02º 0.92% 0.48% -
HSV(B) 259.02º 0.96% 0.92% -
XYZ 18.35 7.91 78.4 -
YUV 56.77 228.02 145.29 -
System Red Green Blue C M Y K H S L
Decimal 81 10 234 0.65 0.96 0 0.08 259.02 0.92 0.48
Hex 51 A EA 41 60 0 8 103 5C 30
Octal 121 12 352 101 140 0 10 403 134 60
Binary 1010001 1010 11101010 1000001 1100000 0 1000 100000011 1011100 110000

Color Harmonies of #510AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510AEA

Black with #510AEA

Text Example


Text Example

White with #510AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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