Html Css Color HEX #812068 Dark Purple

📋 copy color: '#812068'

red 129 ◦ green 32 ◦ blue 104

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

Shades of Dark Purple #812068

Tints of Dark Purple #812068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.25%

R = 48.68%
G = 12.08%
B = 39.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#812068 (or 0x812068) is known color: Dark Purple. HEX triplet: 81, 20 and 68. RGB value is (129,32,104). Sum of RGB (Red+Green+Blue) = 129+32+104=265 (35% of max value = 765). Red value is 129 (50.78% from 255 or 48.68% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 104 (41.02% from 255 or 39.25% from 265); Max value from RGB is 129 - color contains mainly: red. Hex color #812068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812068 is #7EDF97. Grayscale: #454545. Windows color (decimal): -8314776 or 6824065. OLE color: 6824065.

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

Color convert

RGB 129 32 104 -
CMYK 0 0.75 0.19 0.49
HSL 315.46º 0.6% 0.32% -
HSV(B) 315.46º 0.75% 0.51% -
XYZ 12.07 6.7 13.75 -
YUV 69.21 147.64 170.65 -
System Red Green Blue C M Y K H S L
Decimal 129 32 104 0 0.75 0.19 0.49 315.46 0.6 0.32
Hex 81 20 68 0 4B 13 31 13B 3C 20
Octal 201 40 150 0 113 23 61 473 74 40
Binary 10000001 100000 1101000 0 1001011 10011 110001 100111011 111100 100000

Color Harmonies of #812068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812068

Black with #812068

Text Example


Text Example

White with #812068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812068; }

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

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

background-color css

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

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

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

border-color css

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

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

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