Html Css Color HEX #510FDC Han Purple

📋 copy color: '#510FDC'

red 81 ◦ green 15 ◦ blue 220

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

Shades of Han Purple #510FDC

Tints of Han Purple #510FDC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.75%

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

R = 25.63%
G = 4.75%
B = 69.62%

CMYK

 C value IS 0.63

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#510FDC (or 0x510FDC) is known color: Han Purple. HEX triplet: 51, 0F and DC. RGB value is (81,15,220). Sum of RGB (Red+Green+Blue) = 81+15+220=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 15 (6.25% from 255 or 4.75% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #510FDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510FDC is #AEF023. Grayscale: #393939. Windows color (decimal): -11464740 or 14421841. OLE color: 14421841.

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

Color convert

RGB 81 15 220 -
CMYK 0.63 0.93 0 0.14
HSL 259.32º 0.87% 0.46% -
HSV(B) 259.32º 0.93% 0.86% -
XYZ 16.48 7.26 68.24 -
YUV 58.1 219.37 144.33 -
System Red Green Blue C M Y K H S L
Decimal 81 15 220 0.63 0.93 0 0.14 259.32 0.87 0.46
Hex 51 F DC 3F 5D 0 E 103 57 2E
Octal 121 17 334 77 135 0 16 403 127 56
Binary 1010001 1111 11011100 111111 1011101 0 1110 100000011 1010111 101110

Color Harmonies of #510FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510FDC

Black with #510FDC

Text Example


Text Example

White with #510FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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