Html Css Color HEX #812685 Dark Purple

📋 copy color: '#812685'

red 129 ◦ green 38 ◦ blue 133

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

Shades of Dark Purple #812685

Tints of Dark Purple #812685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 44.33%

R = 43%
G = 12.67%
B = 44.33%

CMYK

 C value IS 0.03

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#812685 (or 0x812685) is known color: Dark Purple. HEX triplet: 81, 26 and 85. RGB value is (129,38,133). Sum of RGB (Red+Green+Blue) = 129+38+133=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 38 (15.23% from 255 or 12.67% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #812685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812685 is #7ED97A. Grayscale: #4B4B4B. Windows color (decimal): -8313211 or 8726145. OLE color: 8726145.

HSL color Cylindrical-coordinate representation of color #812685: hue angle of 297.47º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #812685 is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 129 38 133 -
CMYK 0.03 0.71 0 0.48
HSL 297.47º 0.56% 0.34% -
HSV(B) 297.47º 0.71% 0.52% -
XYZ 13.98 7.75 22.95 -
YUV 76.04 160.15 165.78 -
System Red Green Blue C M Y K H S L
Decimal 129 38 133 0.03 0.71 0 0.48 297.47 0.56 0.34
Hex 81 26 85 3 47 0 30 129 38 22
Octal 201 46 205 3 107 0 60 451 70 42
Binary 10000001 100110 10000101 11 1000111 0 110000 100101001 111000 100010

Color Harmonies of #812685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812685

Black with #812685

Text Example


Text Example

White with #812685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812685; }

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

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

background-color css

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

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

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

border-color css

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

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

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