Html Css Color HEX #81346B Dark Purple

📋 copy color: '#81346B'

red 129 ◦ green 52 ◦ blue 107

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

Shades of Dark Purple #81346B

Tints of Dark Purple #81346B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 37.15%

R = 44.79%
G = 18.06%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#81346B (or 0x81346B) is known color: Dark Purple. HEX triplet: 81, 34 and 6B. RGB value is (129,52,107). Sum of RGB (Red+Green+Blue) = 129+52+107=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 107 (42.19% from 255 or 37.15% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #81346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81346B is #7ECB94. Grayscale: #515151. Windows color (decimal): -8309653 or 7025793. OLE color: 7025793.

HSL color Cylindrical-coordinate representation of color #81346B: hue angle of 317.14º 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 #81346B is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 52 107 -
CMYK 0 0.60 0.17 0.49
HSL 317.14º 0.43% 0.35% -
HSV(B) 317.14º 0.6% 0.51% -
XYZ 12.94 8.18 14.81 -
YUV 81.29 142.51 162.03 -
System Red Green Blue C M Y K H S L
Decimal 129 52 107 0 0.60 0.17 0.49 317.14 0.43 0.35
Hex 81 34 6B 0 3C 11 31 13D 2B 23
Octal 201 64 153 0 74 21 61 475 53 43
Binary 10000001 110100 1101011 0 111100 10001 110001 100111101 101011 100011

Color Harmonies of #81346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81346B

Black with #81346B

Text Example


Text Example

White with #81346B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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