Html Css Color HEX #812067 Dark Purple

📋 copy color: '#812067'

red 129 ◦ green 32 ◦ blue 103

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

Shades of Dark Purple #812067

Tints of Dark Purple #812067

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.12%

 BLUE value IS 103 (40.63% from 255) = 39.02%

R = 48.86%
G = 12.12%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#812067 (or 0x812067) is known color: Dark Purple. HEX triplet: 81, 20 and 67. RGB value is (129,32,103). Sum of RGB (Red+Green+Blue) = 129+32+103=264 (34% of max value = 765). Red value is 129 (50.78% from 255 or 48.86% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 129 - color contains mainly: red. Hex color #812067 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812067 is #7EDF98. Grayscale: #444444. Windows color (decimal): -8314777 or 6758529. OLE color: 6758529.

HSL color Cylindrical-coordinate representation of color #812067: hue angle of 316.08º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #812067 is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 32 103 -
CMYK 0 0.75 0.20 0.49
HSL 316.08º 0.6% 0.32% -
HSV(B) 316.08º 0.75% 0.51% -
XYZ 12.02 6.68 13.49 -
YUV 69.1 147.14 170.73 -
System Red Green Blue C M Y K H S L
Decimal 129 32 103 0 0.75 0.20 0.49 316.08 0.6 0.32
Hex 81 20 67 0 4B 14 31 13C 3C 20
Octal 201 40 147 0 113 24 61 474 74 40
Binary 10000001 100000 1100111 0 1001011 10100 110001 100111100 111100 100000

Color Harmonies of #812067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812067

Black with #812067

Text Example


Text Example

White with #812067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812067; }

 p { color: rgb(129,32,103); }

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

background-color css

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

 a { background-color: rgb(129,32,103); }

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

border-color css

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

 span { border-color: rgb(129,32,103); }

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