Html Css Color HEX #510ADC Han Purple

📋 copy color: '#510ADC'

red 81 ◦ green 10 ◦ blue 220

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

Shades of Han Purple #510ADC

Tints of Han Purple #510ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.74%

R = 26.05%
G = 3.22%
B = 70.74%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#510ADC (or 0x510ADC) is known color: Han Purple. HEX triplet: 51, 0A and DC. RGB value is (81,10,220). Sum of RGB (Red+Green+Blue) = 81+10+220=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 10 (4.30% from 255 or 3.22% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #510ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510ADC is #AEF523. Grayscale: #363636. Windows color (decimal): -11466020 or 14420561. OLE color: 14420561.

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

Color convert

RGB 81 10 220 -
CMYK 0.63 0.95 0 0.14
HSL 260.29º 0.91% 0.45% -
HSV(B) 260.29º 0.95% 0.86% -
XYZ 16.42 7.13 68.22 -
YUV 55.17 221.02 146.42 -
System Red Green Blue C M Y K H S L
Decimal 81 10 220 0.63 0.95 0 0.14 260.29 0.91 0.45
Hex 51 A DC 3F 5F 0 E 104 5B 2D
Octal 121 12 334 77 137 0 16 404 133 55
Binary 1010001 1010 11011100 111111 1011111 0 1110 100000100 1011011 101101

Color Harmonies of #510ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510ADC

Black with #510ADC

Text Example


Text Example

White with #510ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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