Html Css Color HEX #811263 Dark Purple

📋 copy color: '#811263'

red 129 ◦ green 18 ◦ blue 99

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

Shades of Dark Purple #811263

Tints of Dark Purple #811263

RGB

 RED value IS 129 (50.78% from 255) = 52.44%

 GREEN value IS 18 (7.42% from 255) = 7.32%

 BLUE value IS 99 (39.06% from 255) = 40.24%

R = 52.44%
G = 7.32%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#811263 (or 0x811263) is known color: Dark Purple. HEX triplet: 81, 12 and 63. RGB value is (129,18,99). Sum of RGB (Red+Green+Blue) = 129+18+99=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #811263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811263 is #7EED9C. Grayscale: #3C3C3C. Windows color (decimal): -8318365 or 6492801. OLE color: 6492801.

HSL color Cylindrical-coordinate representation of color #811263: hue angle of 316.22º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #811263 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 18 99 -
CMYK 0 0.86 0.23 0.49
HSL 316.22º 0.76% 0.29% -
HSV(B) 316.22º 0.86% 0.51% -
XYZ 11.52 6 12.36 -
YUV 60.42 149.77 176.91 -
System Red Green Blue C M Y K H S L
Decimal 129 18 99 0 0.86 0.23 0.49 316.22 0.76 0.29
Hex 81 12 63 0 56 17 31 13C 4C 1D
Octal 201 22 143 0 126 27 61 474 114 35
Binary 10000001 10010 1100011 0 1010110 10111 110001 100111100 1001100 11101

Color Harmonies of #811263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811263

Black with #811263

Text Example


Text Example

White with #811263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811263; }

 p { color: rgb(129,18,99); }

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

background-color css

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

 a { background-color: rgb(129,18,99); }

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

border-color css

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

 span { border-color: rgb(129,18,99); }

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