Html Css Color HEX #510CDF Han Purple

📋 copy color: '#510CDF'

red 81 ◦ green 12 ◦ blue 223

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

Shades of Han Purple #510CDF

Tints of Han Purple #510CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.57%

R = 25.63%
G = 3.8%
B = 70.57%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#510CDF (or 0x510CDF) is known color: Han Purple. HEX triplet: 51, 0C and DF. RGB value is (81,12,223). Sum of RGB (Red+Green+Blue) = 81+12+223=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #510CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510CDF is #AEF320. Grayscale: #373737. Windows color (decimal): -11465505 or 14617681. OLE color: 14617681.

HSL color Cylindrical-coordinate representation of color #510CDF: hue angle of 259.62º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #510CDF is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 12 223 -
CMYK 0.64 0.95 0 0.13
HSL 259.62º 0.9% 0.46% -
HSV(B) 259.62º 0.95% 0.87% -
XYZ 16.84 7.34 70.34 -
YUV 56.69 221.86 145.34 -
System Red Green Blue C M Y K H S L
Decimal 81 12 223 0.64 0.95 0 0.13 259.62 0.9 0.46
Hex 51 C DF 40 5F 0 D 104 5A 2E
Octal 121 14 337 100 137 0 15 404 132 56
Binary 1010001 1100 11011111 1000000 1011111 0 1101 100000100 1011010 101110

Color Harmonies of #510CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510CDF

Black with #510CDF

Text Example


Text Example

White with #510CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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