Html Css Color HEX #834074 Dark Purple

📋 copy color: '#834074'

red 131 ◦ green 64 ◦ blue 116

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

Shades of Dark Purple #834074

Tints of Dark Purple #834074

RGB

 RED value IS 131 (51.56% from 255) = 42.12%

 GREEN value IS 64 (25.39% from 255) = 20.58%

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

R = 42.12%
G = 20.58%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#834074 (or 0x834074) is known color: Dark Purple. HEX triplet: 83, 40 and 74. RGB value is (131,64,116). Sum of RGB (Red+Green+Blue) = 131+64+116=311 (41% of max value = 765). Red value is 131 (51.56% from 255 or 42.12% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 116 (45.70% from 255 or 37.30% from 311); Max value from RGB is 131 - color contains mainly: red. Hex color #834074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834074 is #7CBF8B. Grayscale: #595959. Windows color (decimal): -8175500 or 7618691. OLE color: 7618691.

HSL color Cylindrical-coordinate representation of color #834074: hue angle of 313.43º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #834074 is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 64 116 -
CMYK 0 0.51 0.11 0.49
HSL 313.43º 0.34% 0.38% -
HSV(B) 313.43º 0.51% 0.51% -
XYZ 14.35 9.75 17.65 -
YUV 89.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 131 64 116 0 0.51 0.11 0.49 313.43 0.34 0.38
Hex 83 40 74 0 33 B 31 139 22 26
Octal 203 100 164 0 63 13 61 471 42 46
Binary 10000011 1000000 1110100 0 110011 1011 110001 100111001 100010 100110

Color Harmonies of #834074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834074

Black with #834074

Text Example


Text Example

White with #834074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834074; }

 p { color: rgb(131,64,116); }

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

background-color css

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

 a { background-color: rgb(131,64,116); }

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

border-color css

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

 span { border-color: rgb(131,64,116); }

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