Html Css Color HEX #510CDC Han Purple

📋 copy color: '#510CDC'

red 81 ◦ green 12 ◦ blue 220

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

Shades of Han Purple #510CDC

Tints of Han Purple #510CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.29%

R = 25.88%
G = 3.83%
B = 70.29%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#510CDC (or 0x510CDC) is known color: Han Purple. HEX triplet: 51, 0C and DC. RGB value is (81,12,220). Sum of RGB (Red+Green+Blue) = 81+12+220=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #510CDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510CDC is #AEF323. Grayscale: #373737. Windows color (decimal): -11465508 or 14421073. OLE color: 14421073.

HSL color Cylindrical-coordinate representation of color #510CDC: hue angle of 259.9º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510CDC is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 81 12 220 -
CMYK 0.63 0.95 0 0.14
HSL 259.9º 0.9% 0.45% -
HSV(B) 259.9º 0.95% 0.86% -
XYZ 16.44 7.18 68.23 -
YUV 56.34 220.36 145.59 -
System Red Green Blue C M Y K H S L
Decimal 81 12 220 0.63 0.95 0 0.14 259.9 0.9 0.45
Hex 51 C DC 3F 5F 0 E 104 5A 2D
Octal 121 14 334 77 137 0 16 404 132 55
Binary 1010001 1100 11011100 111111 1011111 0 1110 100000100 1011010 101101

Color Harmonies of #510CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510CDC

Black with #510CDC

Text Example


Text Example

White with #510CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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