Html Css Color HEX #811275 Dark Purple

📋 copy color: '#811275'

red 129 ◦ green 18 ◦ blue 117

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

Shades of Dark Purple #811275

Tints of Dark Purple #811275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 48.86%
G = 6.82%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#811275 (or 0x811275) is known color: Dark Purple. HEX triplet: 81, 12 and 75. RGB value is (129,18,117). Sum of RGB (Red+Green+Blue) = 129+18+117=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #811275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811275 is #7EED8A. Grayscale: #3E3E3E. Windows color (decimal): -8318347 or 7672449. OLE color: 7672449.

HSL color Cylindrical-coordinate representation of color #811275: hue angle of 306.49º 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 #811275 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 18 117 -
CMYK 0 0.86 0.09 0.49
HSL 306.49º 0.76% 0.29% -
HSV(B) 306.49º 0.86% 0.51% -
XYZ 12.48 6.38 17.4 -
YUV 62.48 158.77 175.45 -
System Red Green Blue C M Y K H S L
Decimal 129 18 117 0 0.86 0.09 0.49 306.49 0.76 0.29
Hex 81 12 75 0 56 9 31 132 4C 1D
Octal 201 22 165 0 126 11 61 462 114 35
Binary 10000001 10010 1110101 0 1010110 1001 110001 100110010 1001100 11101

Color Harmonies of #811275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811275

Black with #811275

Text Example


Text Example

White with #811275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811275; }

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

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

background-color css

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

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

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

border-color css

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

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

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