Html Css Color HEX #812673 Dark Purple

📋 copy color: '#812673'

red 129 ◦ green 38 ◦ blue 115

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

Shades of Dark Purple #812673

Tints of Dark Purple #812673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.48%

 BLUE value IS 115 (45.31% from 255) = 40.78%

R = 45.74%
G = 13.48%
B = 40.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#812673 (or 0x812673) is known color: Dark Purple. HEX triplet: 81, 26 and 73. RGB value is (129,38,115). Sum of RGB (Red+Green+Blue) = 129+38+115=282 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.74% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 115 (45.31% from 255 or 40.78% from 282); Max value from RGB is 129 - color contains mainly: red. Hex color #812673 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812673 is #7ED98C. Grayscale: #494949. Windows color (decimal): -8313229 or 7546497. OLE color: 7546497.

HSL color Cylindrical-coordinate representation of color #812673: hue angle of 309.23º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812673 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 38 115 -
CMYK 0 0.71 0.11 0.49
HSL 309.23º 0.54% 0.33% -
HSV(B) 309.23º 0.71% 0.51% -
XYZ 12.84 7.29 16.95 -
YUV 73.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 129 38 115 0 0.71 0.11 0.49 309.23 0.54 0.33
Hex 81 26 73 0 47 B 31 135 36 21
Octal 201 46 163 0 107 13 61 465 66 41
Binary 10000001 100110 1110011 0 1000111 1011 110001 100110101 110110 100001

Color Harmonies of #812673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812673

Black with #812673

Text Example


Text Example

White with #812673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812673; }

 p { color: rgb(129,38,115); }

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

background-color css

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

 a { background-color: rgb(129,38,115); }

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

border-color css

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

 span { border-color: rgb(129,38,115); }

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