Html Css Color HEX #510FDE Han Purple

📋 copy color: '#510FDE'

red 81 ◦ green 15 ◦ blue 222

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

Shades of Han Purple #510FDE

Tints of Han Purple #510FDE

RGB

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

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

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

R = 25.47%
G = 4.72%
B = 69.81%

CMYK

 C value IS 0.64

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#510FDE (or 0x510FDE) is known color: Han Purple. HEX triplet: 51, 0F and DE. RGB value is (81,15,222). Sum of RGB (Red+Green+Blue) = 81+15+222=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 222 (87.11% from 255 or 69.81% from 318); Max value from RGB is 222 - color contains mainly: blue. Hex color #510FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510FDE is #AEF021. Grayscale: #393939. Windows color (decimal): -11464738 or 14552913. OLE color: 14552913.

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

Color convert

RGB 81 15 222 -
CMYK 0.64 0.93 0 0.13
HSL 259.13º 0.87% 0.46% -
HSV(B) 259.13º 0.93% 0.87% -
XYZ 16.75 7.36 69.65 -
YUV 58.33 220.37 144.17 -
System Red Green Blue C M Y K H S L
Decimal 81 15 222 0.64 0.93 0 0.13 259.13 0.87 0.46
Hex 51 F DE 40 5D 0 D 103 57 2E
Octal 121 17 336 100 135 0 15 403 127 56
Binary 1010001 1111 11011110 1000000 1011101 0 1101 100000011 1010111 101110

Color Harmonies of #510FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510FDE

Black with #510FDE

Text Example


Text Example

White with #510FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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