Html Css Color HEX #510CDE Han Purple

📋 copy color: '#510CDE'

red 81 ◦ green 12 ◦ blue 222

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

Shades of Han Purple #510CDE

Tints of Han Purple #510CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.48%

R = 25.71%
G = 3.81%
B = 70.48%

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

#510CDE (or 0x510CDE) is known color: Han Purple. HEX triplet: 51, 0C and DE. RGB value is (81,12,222). Sum of RGB (Red+Green+Blue) = 81+12+222=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 222 (87.11% from 255 or 70.48% from 315); Max value from RGB is 222 - color contains mainly: blue. Hex color #510CDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #510CDE is #AEF321. Grayscale: #373737. Windows color (decimal): -11465506 or 14552145. OLE color: 14552145.

HSL color Cylindrical-coordinate representation of color #510CDE: hue angle of 259.71º 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 #510CDE is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 12 222 -
CMYK 0.64 0.95 0 0.13
HSL 259.71º 0.9% 0.46% -
HSV(B) 259.71º 0.95% 0.87% -
XYZ 16.71 7.29 69.63 -
YUV 56.57 221.36 145.42 -
System Red Green Blue C M Y K H S L
Decimal 81 12 222 0.64 0.95 0 0.13 259.71 0.9 0.46
Hex 51 C DE 40 5F 0 D 104 5A 2E
Octal 121 14 336 100 137 0 15 404 132 56
Binary 1010001 1100 11011110 1000000 1011111 0 1101 100000100 1011010 101110

Color Harmonies of #510CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #510CDE

Black with #510CDE

Text Example


Text Example

White with #510CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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