Html Css Color HEX #812668 Dark Purple

📋 copy color: '#812668'

red 129 ◦ green 38 ◦ blue 104

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

Shades of Dark Purple #812668

Tints of Dark Purple #812668

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.02%

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

R = 47.6%
G = 14.02%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#812668 (or 0x812668) is known color: Dark Purple. HEX triplet: 81, 26 and 68. RGB value is (129,38,104). Sum of RGB (Red+Green+Blue) = 129+38+104=271 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.60% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 129 - color contains mainly: red. Hex color #812668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812668 is #7ED997. Grayscale: #484848. Windows color (decimal): -8313240 or 6825601. OLE color: 6825601.

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

Color convert

RGB 129 38 104 -
CMYK 0 0.71 0.19 0.49
HSL 316.48º 0.54% 0.33% -
HSV(B) 316.48º 0.71% 0.51% -
XYZ 12.25 7.05 13.81 -
YUV 72.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 129 38 104 0 0.71 0.19 0.49 316.48 0.54 0.33
Hex 81 26 68 0 47 13 31 13C 36 21
Octal 201 46 150 0 107 23 61 474 66 41
Binary 10000001 100110 1101000 0 1000111 10011 110001 100111100 110110 100001

Color Harmonies of #812668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812668

Black with #812668

Text Example


Text Example

White with #812668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812668; }

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

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

background-color css

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

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

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

border-color css

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

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

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