Html Css Color HEX #510FFC Han Purple

📋 copy color: '#510FFC'

red 81 ◦ green 15 ◦ blue 252

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

Shades of Han Purple #510FFC

Tints of Han Purple #510FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 72.41%

R = 23.28%
G = 4.31%
B = 72.41%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#510FFC (or 0x510FFC) is known color: Han Purple. HEX triplet: 51, 0F and FC. RGB value is (81,15,252). Sum of RGB (Red+Green+Blue) = 81+15+252=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 252 (98.83% from 255 or 72.41% from 348); Max value from RGB is 252 - color contains mainly: blue. Hex color #510FFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510FFC is #AEF003. Grayscale: #3C3C3C. Windows color (decimal): -11464708 or 16518993. OLE color: 16518993.

HSL color Cylindrical-coordinate representation of color #510FFC: hue angle of 256.71º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #510FFC is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 15 252 -
CMYK 0.68 0.94 0 0.01
HSL 256.71º 0.98% 0.52% -
HSV(B) 256.71º 0.94% 0.99% -
XYZ 21.13 9.12 92.74 -
YUV 61.75 235.37 141.73 -
System Red Green Blue C M Y K H S L
Decimal 81 15 252 0.68 0.94 0 0.01 256.71 0.98 0.52
Hex 51 F FC 44 5E 0 1 101 62 34
Octal 121 17 374 104 136 0 1 401 142 64
Binary 1010001 1111 11111100 1000100 1011110 0 1 100000001 1100010 110100

Color Harmonies of #510FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510FFC

Black with #510FFC

Text Example


Text Example

White with #510FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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