Html Css Color HEX #510FEC Han Purple

📋 copy color: '#510FEC'

red 81 ◦ green 15 ◦ blue 236

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

Shades of Han Purple #510FEC

Tints of Han Purple #510FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.08%

R = 24.4%
G = 4.52%
B = 71.08%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#510FEC (or 0x510FEC) is known color: Han Purple. HEX triplet: 51, 0F and EC. RGB value is (81,15,236). Sum of RGB (Red+Green+Blue) = 81+15+236=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 15 (6.25% from 255 or 4.52% from 332); Blue value is 236 (92.58% from 255 or 71.08% from 332); Max value from RGB is 236 - color contains mainly: blue. Hex color #510FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510FEC is #AEF013. Grayscale: #3B3B3B. Windows color (decimal): -11464724 or 15470417. OLE color: 15470417.

HSL color Cylindrical-coordinate representation of color #510FEC: hue angle of 257.92º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510FEC is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 15 236 -
CMYK 0.66 0.94 0 0.07
HSL 257.92º 0.88% 0.49% -
HSV(B) 257.92º 0.94% 0.93% -
XYZ 18.7 8.15 79.94 -
YUV 59.93 227.37 143.03 -
System Red Green Blue C M Y K H S L
Decimal 81 15 236 0.66 0.94 0 0.07 257.92 0.88 0.49
Hex 51 F EC 42 5E 0 7 102 58 31
Octal 121 17 354 102 136 0 7 402 130 61
Binary 1010001 1111 11101100 1000010 1011110 0 111 100000010 1011000 110001

Color Harmonies of #510FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510FEC

Black with #510FEC

Text Example


Text Example

White with #510FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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