Html Css Color HEX #813270 Dark Purple

📋 copy color: '#813270'

red 129 ◦ green 50 ◦ blue 112

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

Shades of Dark Purple #813270

Tints of Dark Purple #813270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.49%

R = 44.33%
G = 17.18%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#813270 (or 0x813270) is known color: Dark Purple. HEX triplet: 81, 32 and 70. RGB value is (129,50,112). Sum of RGB (Red+Green+Blue) = 129+50+112=291 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.33% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 112 (44.14% from 255 or 38.49% from 291); Max value from RGB is 129 - color contains mainly: red. Hex color #813270 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813270 is #7ECD8F. Grayscale: #505050. Windows color (decimal): -8310160 or 7352961. OLE color: 7352961.

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

Color convert

RGB 129 50 112 -
CMYK 0 0.61 0.13 0.49
HSL 312.91º 0.44% 0.35% -
HSV(B) 312.91º 0.61% 0.51% -
XYZ 13.12 8.12 16.2 -
YUV 80.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 129 50 112 0 0.61 0.13 0.49 312.91 0.44 0.35
Hex 81 32 70 0 3D D 31 139 2C 23
Octal 201 62 160 0 75 15 61 471 54 43
Binary 10000001 110010 1110000 0 111101 1101 110001 100111001 101100 100011

Color Harmonies of #813270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813270

Black with #813270

Text Example


Text Example

White with #813270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813270; }

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

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

background-color css

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

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

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

border-color css

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

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

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