Html Css Color HEX #811367 Dark Purple

📋 copy color: '#811367'

red 129 ◦ green 19 ◦ blue 103

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

Shades of Dark Purple #811367

Tints of Dark Purple #811367

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.57%

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

R = 51.39%
G = 7.57%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.49

RGB Variations

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

Color information

#811367 (or 0x811367) is known color: Dark Purple. HEX triplet: 81, 13 and 67. RGB value is (129,19,103). Sum of RGB (Red+Green+Blue) = 129+19+103=251 (33% of max value = 765). Red value is 129 (50.78% from 255 or 51.39% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 129 - color contains mainly: red. Hex color #811367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811367 is #7EEC98. Grayscale: #3D3D3D. Windows color (decimal): -8318105 or 6755201. OLE color: 6755201.

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

Color convert

RGB 129 19 103 -
CMYK 0 0.85 0.20 0.49
HSL 314.18º 0.74% 0.29% -
HSV(B) 314.18º 0.85% 0.51% -
XYZ 11.73 6.11 13.39 -
YUV 61.47 151.44 176.17 -
System Red Green Blue C M Y K H S L
Decimal 129 19 103 0 0.85 0.20 0.49 314.18 0.74 0.29
Hex 81 13 67 0 55 14 31 13A 4A 1D
Octal 201 23 147 0 125 24 61 472 112 35
Binary 10000001 10011 1100111 0 1010101 10100 110001 100111010 1001010 11101

Color Harmonies of #811367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811367

Black with #811367

Text Example


Text Example

White with #811367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811367; }

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

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

background-color css

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

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

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

border-color css

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

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

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