Html Css Color HEX #81346C Dark Purple

📋 copy color: '#81346C'

red 129 ◦ green 52 ◦ blue 108

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

Shades of Dark Purple #81346C

Tints of Dark Purple #81346C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

 BLUE value IS 108 (42.58% from 255) = 37.37%

R = 44.64%
G = 17.99%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81346C (or 0x81346C) is known color: Dark Purple. HEX triplet: 81, 34 and 6C. RGB value is (129,52,108). Sum of RGB (Red+Green+Blue) = 129+52+108=289 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.64% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 129 - color contains mainly: red. Hex color #81346C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81346C is #7ECB93. Grayscale: #515151. Windows color (decimal): -8309652 or 7091329. OLE color: 7091329.

HSL color Cylindrical-coordinate representation of color #81346C: hue angle of 316.36º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #81346C is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 52 108 -
CMYK 0 0.60 0.16 0.49
HSL 316.36º 0.43% 0.35% -
HSV(B) 316.36º 0.6% 0.51% -
XYZ 12.99 8.21 15.09 -
YUV 81.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 129 52 108 0 0.60 0.16 0.49 316.36 0.43 0.35
Hex 81 34 6C 0 3C 10 31 13C 2B 23
Octal 201 64 154 0 74 20 61 474 53 43
Binary 10000001 110100 1101100 0 111100 10000 110001 100111100 101011 100011

Color Harmonies of #81346C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81346C

Black with #81346C

Text Example


Text Example

White with #81346C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81346C; }

 p { color: rgb(129,52,108); }

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

background-color css

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

 a { background-color: rgb(129,52,108); }

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

border-color css

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

 span { border-color: rgb(129,52,108); }

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