Html Css Color HEX #834075 Dark Purple

📋 copy color: '#834075'

red 131 ◦ green 64 ◦ blue 117

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

Shades of Dark Purple #834075

Tints of Dark Purple #834075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.5%

R = 41.99%
G = 20.51%
B = 37.5%

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

#834075 (or 0x834075) is known color: Dark Purple. HEX triplet: 83, 40 and 75. RGB value is (131,64,117). Sum of RGB (Red+Green+Blue) = 131+64+117=312 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.99% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 117 (46.09% from 255 or 37.5% from 312); Max value from RGB is 131 - color contains mainly: red. Hex color #834075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834075 is #7CBF8A. Grayscale: #595959. Windows color (decimal): -8175499 or 7684227. OLE color: 7684227.

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

Color convert

RGB 131 64 117 -
CMYK 0 0.51 0.11 0.49
HSL 312.54º 0.34% 0.38% -
HSV(B) 312.54º 0.51% 0.51% -
XYZ 14.4 9.78 17.96 -
YUV 90.08 143.2 157.19 -
System Red Green Blue C M Y K H S L
Decimal 131 64 117 0 0.51 0.11 0.49 312.54 0.34 0.38
Hex 83 40 75 0 33 B 31 139 22 26
Octal 203 100 165 0 63 13 61 471 42 46
Binary 10000011 1000000 1110101 0 110011 1011 110001 100111001 100010 100110

Color Harmonies of #834075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834075

Black with #834075

Text Example


Text Example

White with #834075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834075; }

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

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

background-color css

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

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

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

border-color css

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

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

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