Html Css Color HEX #811467 Dark Purple

📋 copy color: '#811467'

red 129 ◦ green 20 ◦ blue 103

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

Shades of Dark Purple #811467

Tints of Dark Purple #811467

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.94%

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

R = 51.19%
G = 7.94%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#811467 (or 0x811467) is known color: Dark Purple. HEX triplet: 81, 14 and 67. RGB value is (129,20,103). Sum of RGB (Red+Green+Blue) = 129+20+103=252 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.19% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 129 - color contains mainly: red. Hex color #811467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811467 is #7EEB98. Grayscale: #3D3D3D. Windows color (decimal): -8317849 or 6755457. OLE color: 6755457.

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

Color convert

RGB 129 20 103 -
CMYK 0 0.84 0.20 0.49
HSL 314.31º 0.73% 0.29% -
HSV(B) 314.31º 0.84% 0.51% -
XYZ 11.75 6.15 13.4 -
YUV 62.05 151.11 175.75 -
System Red Green Blue C M Y K H S L
Decimal 129 20 103 0 0.84 0.20 0.49 314.31 0.73 0.29
Hex 81 14 67 0 54 14 31 13A 49 1D
Octal 201 24 147 0 124 24 61 472 111 35
Binary 10000001 10100 1100111 0 1010100 10100 110001 100111010 1001001 11101

Color Harmonies of #811467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811467

Black with #811467

Text Example


Text Example

White with #811467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811467; }

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

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

background-color css

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

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

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

border-color css

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

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

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