Html Css Color HEX #510CFF Han Purple

📋 copy color: '#510CFF'

red 81 ◦ green 12 ◦ blue 255

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

Shades of Han Purple #510CFF

Tints of Han Purple #510CFF

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.45%

 BLUE value IS 255 (100% from 255) = 73.28%

R = 23.28%
G = 3.45%
B = 73.28%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#510CFF (or 0x510CFF) is known color: Han Purple. HEX triplet: 51, 0C and FF. RGB value is (81,12,255). Sum of RGB (Red+Green+Blue) = 81+12+255=348 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.28% from 348); Green value is 12 (5.08% from 255 or 3.45% from 348); Blue value is 255 (100% from 255 or 73.28% from 348); Max value from RGB is 255 - color contains mainly: blue. Hex color #510CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510CFF is #AEF300. Grayscale: #3B3B3B. Windows color (decimal): -11465473 or 16714833. OLE color: 16714833.

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

Color convert

RGB 81 12 255 -
CMYK 0.68 0.95 0 0
HSL 257.04º 1% 0.52% -
HSV(B) 257.04º 0.95% 1% -
XYZ 21.57 9.23 95.25 -
YUV 60.33 237.86 142.74 -
System Red Green Blue C M Y K H S L
Decimal 81 12 255 0.68 0.95 0 0 257.04 1 0.52
Hex 51 C FF 44 5F 0 0 101 64 34
Octal 121 14 377 104 137 0 0 401 144 64
Binary 1010001 1100 11111111 1000100 1011111 0 0 100000001 1100100 110100

Color Harmonies of #510CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510CFF

Black with #510CFF

Text Example


Text Example

White with #510CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,12,255); }

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

background-color css

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

 a { background-color: rgb(81,12,255); }

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

border-color css

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

 span { border-color: rgb(81,12,255); }

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