Html Css Color HEX #81347E Dark Purple

📋 copy color: '#81347E'

red 129 ◦ green 52 ◦ blue 126

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

Shades of Dark Purple #81347E

Tints of Dark Purple #81347E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 41.04%

R = 42.02%
G = 16.94%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#81347E (or 0x81347E) is known color: Dark Purple. HEX triplet: 81, 34 and 7E. RGB value is (129,52,126). Sum of RGB (Red+Green+Blue) = 129+52+126=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 126 (49.61% from 255 or 41.04% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #81347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81347E is #7ECB81. Grayscale: #535353. Windows color (decimal): -8309634 or 8270977. OLE color: 8270977.

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

Color convert

RGB 129 52 126 -
CMYK 0 0.60 0.02 0.49
HSL 302.34º 0.43% 0.35% -
HSV(B) 302.34º 0.6% 0.51% -
XYZ 14.05 8.63 20.66 -
YUV 83.46 152.01 160.48 -
System Red Green Blue C M Y K H S L
Decimal 129 52 126 0 0.60 0.02 0.49 302.34 0.43 0.35
Hex 81 34 7E 0 3C 2 31 12E 2B 23
Octal 201 64 176 0 74 2 61 456 53 43
Binary 10000001 110100 1111110 0 111100 10 110001 100101110 101011 100011

Color Harmonies of #81347E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81347E

Black with #81347E

Text Example


Text Example

White with #81347E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81347E; }

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

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

background-color css

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

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

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

border-color css

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

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

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