Html Css Color HEX #510CFC Han Purple

📋 copy color: '#510CFC'

red 81 ◦ green 12 ◦ blue 252

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

Shades of Han Purple #510CFC

Tints of Han Purple #510CFC

RGB

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

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

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

R = 23.48%
G = 3.48%
B = 73.04%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#510CFC (or 0x510CFC) is known color: Han Purple. HEX triplet: 51, 0C and FC. RGB value is (81,12,252). Sum of RGB (Red+Green+Blue) = 81+12+252=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 252 (98.83% from 255 or 73.04% from 345); Max value from RGB is 252 - color contains mainly: blue. Hex color #510CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #510CFC is #AEF303. Grayscale: #3B3B3B. Windows color (decimal): -11465476 or 16518225. OLE color: 16518225.

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

Color convert

RGB 81 12 252 -
CMYK 0.68 0.95 0 0.01
HSL 257.25º 0.98% 0.52% -
HSV(B) 257.25º 0.95% 0.99% -
XYZ 21.1 9.04 92.73 -
YUV 59.99 236.36 142.99 -
System Red Green Blue C M Y K H S L
Decimal 81 12 252 0.68 0.95 0 0.01 257.25 0.98 0.52
Hex 51 C FC 44 5F 0 1 101 62 34
Octal 121 14 374 104 137 0 1 401 142 64
Binary 1010001 1100 11111100 1000100 1011111 0 1 100000001 1100010 110100

Color Harmonies of #510CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510CFC

Black with #510CFC

Text Example


Text Example

White with #510CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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