Html Css Color HEX #813374 Dark Purple

📋 copy color: '#813374'

red 129 ◦ green 51 ◦ blue 116

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

Shades of Dark Purple #813374

Tints of Dark Purple #813374

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.23%

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

R = 43.58%
G = 17.23%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.10

 K value IS 0.49

RGB Variations

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

Color information

#813374 (or 0x813374) is known color: Dark Purple. HEX triplet: 81, 33 and 74. RGB value is (129,51,116). Sum of RGB (Red+Green+Blue) = 129+51+116=296 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.58% from 296); Green value is 51 (20.31% from 255 or 17.23% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 129 - color contains mainly: red. Hex color #813374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813374 is #7ECC8B. Grayscale: #515151. Windows color (decimal): -8309900 or 7615361. OLE color: 7615361.

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

Color convert

RGB 129 51 116 -
CMYK 0 0.60 0.10 0.49
HSL 310º 0.43% 0.35% -
HSV(B) 310º 0.6% 0.51% -
XYZ 13.39 8.3 17.42 -
YUV 81.73 147.34 161.71 -
System Red Green Blue C M Y K H S L
Decimal 129 51 116 0 0.60 0.10 0.49 310 0.43 0.35
Hex 81 33 74 0 3C A 31 136 2B 23
Octal 201 63 164 0 74 12 61 466 53 43
Binary 10000001 110011 1110100 0 111100 1010 110001 100110110 101011 100011

Color Harmonies of #813374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813374

Black with #813374

Text Example


Text Example

White with #813374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813374; }

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

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

background-color css

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

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

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

border-color css

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

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

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