Html Css Color HEX #81367C Dark Purple

📋 copy color: '#81367C'

red 129 ◦ green 54 ◦ blue 124

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

Shades of Dark Purple #81367C

Tints of Dark Purple #81367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

 BLUE value IS 124 (48.83% from 255) = 40.39%

R = 42.02%
G = 17.59%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#81367C (or 0x81367C) is known color: Dark Purple. HEX triplet: 81, 36 and 7C. RGB value is (129,54,124). Sum of RGB (Red+Green+Blue) = 129+54+124=307 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.02% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 129 - color contains mainly: red. Hex color #81367C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81367C is #7EC983. Grayscale: #545454. Windows color (decimal): -8309124 or 8140417. OLE color: 8140417.

HSL color Cylindrical-coordinate representation of color #81367C: hue angle of 304º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81367C is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 54 124 -
CMYK 0 0.58 0.04 0.49
HSL 304º 0.41% 0.36% -
HSV(B) 304º 0.58% 0.51% -
XYZ 14.01 8.76 20.02 -
YUV 84.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 129 54 124 0 0.58 0.04 0.49 304 0.41 0.36
Hex 81 36 7C 0 3A 4 31 130 29 24
Octal 201 66 174 0 72 4 61 460 51 44
Binary 10000001 110110 1111100 0 111010 100 110001 100110000 101001 100100

Color Harmonies of #81367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81367C

Black with #81367C

Text Example


Text Example

White with #81367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,54,124); }

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

background-color css

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

 a { background-color: rgb(129,54,124); }

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

border-color css

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

 span { border-color: rgb(129,54,124); }

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