Html Css Color HEX #812374 Dark Purple

📋 copy color: '#812374'

red 129 ◦ green 35 ◦ blue 116

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

Shades of Dark Purple #812374

Tints of Dark Purple #812374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.5%

 BLUE value IS 116 (45.7% from 255) = 41.43%

R = 46.07%
G = 12.5%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#812374 (or 0x812374) is known color: Dark Purple. HEX triplet: 81, 23 and 74. RGB value is (129,35,116). Sum of RGB (Red+Green+Blue) = 129+35+116=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #812374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812374 is #7EDC8B. Grayscale: #484848. Windows color (decimal): -8313996 or 7611265. OLE color: 7611265.

HSL color Cylindrical-coordinate representation of color #812374: hue angle of 308.3º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #812374 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 35 116 -
CMYK 0 0.73 0.10 0.49
HSL 308.3º 0.57% 0.32% -
HSV(B) 308.3º 0.73% 0.51% -
XYZ 12.81 7.13 17.22 -
YUV 72.34 152.64 168.41 -
System Red Green Blue C M Y K H S L
Decimal 129 35 116 0 0.73 0.10 0.49 308.3 0.57 0.32
Hex 81 23 74 0 49 A 31 134 39 20
Octal 201 43 164 0 111 12 61 464 71 40
Binary 10000001 100011 1110100 0 1001001 1010 110001 100110100 111001 100000

Color Harmonies of #812374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812374

Black with #812374

Text Example


Text Example

White with #812374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812374; }

 p { color: rgb(129,35,116); }

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

background-color css

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

 a { background-color: rgb(129,35,116); }

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

border-color css

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

 span { border-color: rgb(129,35,116); }

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