Html Css Color HEX #812684 Dark Purple

📋 copy color: '#812684'

red 129 ◦ green 38 ◦ blue 132

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

Shades of Dark Purple #812684

Tints of Dark Purple #812684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 44.15%

R = 43.14%
G = 12.71%
B = 44.15%

CMYK

 C value IS 0.02

 M value IS 0.71

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#812684 (or 0x812684) is known color: Dark Purple. HEX triplet: 81, 26 and 84. RGB value is (129,38,132). Sum of RGB (Red+Green+Blue) = 129+38+132=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 132 (51.95% from 255 or 44.15% from 299); Max value from RGB is 132 - color contains mainly: blue. Hex color #812684 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #812684 is #7ED97B. Grayscale: #4B4B4B. Windows color (decimal): -8313212 or 8660609. OLE color: 8660609.

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

Color convert

RGB 129 38 132 -
CMYK 0.02 0.71 0 0.48
HSL 298.09º 0.55% 0.33% -
HSV(B) 298.09º 0.71% 0.52% -
XYZ 13.91 7.72 22.59 -
YUV 75.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 129 38 132 0.02 0.71 0 0.48 298.09 0.55 0.33
Hex 81 26 84 2 47 0 30 12A 37 21
Octal 201 46 204 2 107 0 60 452 67 41
Binary 10000001 100110 10000100 10 1000111 0 110000 100101010 110111 100001

Color Harmonies of #812684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812684

Black with #812684

Text Example


Text Example

White with #812684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812684; }

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

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

background-color css

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

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

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

border-color css

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

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

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