Html Css Color HEX #812863 Dark Purple

📋 copy color: '#812863'

red 129 ◦ green 40 ◦ blue 99

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

Shades of Dark Purple #812863

Tints of Dark Purple #812863

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.93%

 BLUE value IS 99 (39.06% from 255) = 36.94%

R = 48.13%
G = 14.93%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#812863 (or 0x812863) is known color: Dark Purple. HEX triplet: 81, 28 and 63. RGB value is (129,40,99). Sum of RGB (Red+Green+Blue) = 129+40+99=268 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.13% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 129 - color contains mainly: red. Hex color #812863 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812863 is #7ED79C. Grayscale: #494949. Windows color (decimal): -8312733 or 6498433. OLE color: 6498433.

HSL color Cylindrical-coordinate representation of color #812863: hue angle of 320.22º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #812863 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 40 99 -
CMYK 0 0.69 0.23 0.49
HSL 320.22º 0.53% 0.33% -
HSV(B) 320.22º 0.69% 0.51% -
XYZ 12.06 7.09 12.54 -
YUV 73.34 142.49 167.7 -
System Red Green Blue C M Y K H S L
Decimal 129 40 99 0 0.69 0.23 0.49 320.22 0.53 0.33
Hex 81 28 63 0 45 17 31 140 35 21
Octal 201 50 143 0 105 27 61 500 65 41
Binary 10000001 101000 1100011 0 1000101 10111 110001 101000000 110101 100001

Color Harmonies of #812863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812863

Black with #812863

Text Example


Text Example

White with #812863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812863; }

 p { color: rgb(129,40,99); }

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

background-color css

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

 a { background-color: rgb(129,40,99); }

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

border-color css

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

 span { border-color: rgb(129,40,99); }

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