Html Css Color HEX #813275 Dark Purple

📋 copy color: '#813275'

red 129 ◦ green 50 ◦ blue 117

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

Shades of Dark Purple #813275

Tints of Dark Purple #813275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.89%

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

R = 43.58%
G = 16.89%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#813275 (or 0x813275) is known color: Dark Purple. HEX triplet: 81, 32 and 75. RGB value is (129,50,117). Sum of RGB (Red+Green+Blue) = 129+50+117=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #813275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813275 is #7ECD8A. Grayscale: #515151. Windows color (decimal): -8310155 or 7680641. OLE color: 7680641.

HSL color Cylindrical-coordinate representation of color #813275: hue angle of 309.11º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #813275 is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 50 117 -
CMYK 0 0.61 0.09 0.49
HSL 309.11º 0.44% 0.35% -
HSV(B) 309.11º 0.61% 0.51% -
XYZ 13.4 8.23 17.71 -
YUV 81.26 148.17 162.05 -
System Red Green Blue C M Y K H S L
Decimal 129 50 117 0 0.61 0.09 0.49 309.11 0.44 0.35
Hex 81 32 75 0 3D 9 31 135 2C 23
Octal 201 62 165 0 75 11 61 465 54 43
Binary 10000001 110010 1110101 0 111101 1001 110001 100110101 101100 100011

Color Harmonies of #813275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813275

Black with #813275

Text Example


Text Example

White with #813275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813275; }

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

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

background-color css

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

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

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

border-color css

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

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

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