Html Css Color HEX #811362 Dark Purple

📋 copy color: '#811362'

red 129 ◦ green 19 ◦ blue 98

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

Shades of Dark Purple #811362

Tints of Dark Purple #811362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.84%

R = 52.44%
G = 7.72%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#811362 (or 0x811362) is known color: Dark Purple. HEX triplet: 81, 13 and 62. RGB value is (129,19,98). Sum of RGB (Red+Green+Blue) = 129+19+98=246 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.44% from 246); Green value is 19 (7.81% from 255 or 7.72% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 129 - color contains mainly: red. Hex color #811362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #811362 is #7EEC9D. Grayscale: #3C3C3C. Windows color (decimal): -8318110 or 6427521. OLE color: 6427521.

HSL color Cylindrical-coordinate representation of color #811362: hue angle of 316.91º 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 #811362 is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 19 98 -
CMYK 0 0.85 0.24 0.49
HSL 316.91º 0.74% 0.29% -
HSV(B) 316.91º 0.85% 0.51% -
XYZ 11.49 6.01 12.11 -
YUV 60.9 148.94 176.58 -
System Red Green Blue C M Y K H S L
Decimal 129 19 98 0 0.85 0.24 0.49 316.91 0.74 0.29
Hex 81 13 62 0 55 18 31 13D 4A 1D
Octal 201 23 142 0 125 30 61 475 112 35
Binary 10000001 10011 1100010 0 1010101 11000 110001 100111101 1001010 11101

Color Harmonies of #811362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #811362

Black with #811362

Text Example


Text Example

White with #811362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #811362; }

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

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

background-color css

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

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

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

border-color css

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

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

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