Html Css Color HEX #812063 Dark Purple

📋 copy color: '#812063'

red 129 ◦ green 32 ◦ blue 99

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

Shades of Dark Purple #812063

Tints of Dark Purple #812063

RGB

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

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

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

R = 49.62%
G = 12.31%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#812063 (or 0x812063) is known color: Dark Purple. HEX triplet: 81, 20 and 63. RGB value is (129,32,99). Sum of RGB (Red+Green+Blue) = 129+32+99=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 99 (39.06% from 255 or 38.08% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #812063 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812063 is #7EDF9C. Grayscale: #444444. Windows color (decimal): -8314781 or 6496385. OLE color: 6496385.

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

Color convert

RGB 129 32 99 -
CMYK 0 0.75 0.23 0.49
HSL 318.56º 0.6% 0.32% -
HSV(B) 318.56º 0.75% 0.51% -
XYZ 11.82 6.6 12.46 -
YUV 68.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 129 32 99 0 0.75 0.23 0.49 318.56 0.6 0.32
Hex 81 20 63 0 4B 17 31 13F 3C 20
Octal 201 40 143 0 113 27 61 477 74 40
Binary 10000001 100000 1100011 0 1001011 10111 110001 100111111 111100 100000

Color Harmonies of #812063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812063

Black with #812063

Text Example


Text Example

White with #812063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812063; }

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

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

background-color css

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

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

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

border-color css

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

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

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