Html Css Color HEX #834175 Dark Purple

📋 copy color: '#834175'

red 131 ◦ green 65 ◦ blue 117

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

Shades of Dark Purple #834175

Tints of Dark Purple #834175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.77%

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

R = 41.85%
G = 20.77%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#834175 (or 0x834175) is known color: Dark Purple. HEX triplet: 83, 41 and 75. RGB value is (131,65,117). Sum of RGB (Red+Green+Blue) = 131+65+117=313 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.85% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 131 - color contains mainly: red. Hex color #834175 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #834175 is #7CBE8A. Grayscale: #5A5A5A. Windows color (decimal): -8175243 or 7684483. OLE color: 7684483.

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

Color convert

RGB 131 65 117 -
CMYK 0 0.50 0.11 0.49
HSL 312.73º 0.34% 0.38% -
HSV(B) 312.73º 0.5% 0.51% -
XYZ 14.46 9.89 17.98 -
YUV 90.66 142.87 156.77 -
System Red Green Blue C M Y K H S L
Decimal 131 65 117 0 0.50 0.11 0.49 312.73 0.34 0.38
Hex 83 41 75 0 32 B 31 139 22 26
Octal 203 101 165 0 62 13 61 471 42 46
Binary 10000011 1000001 1110101 0 110010 1011 110001 100111001 100010 100110

Color Harmonies of #834175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834175

Black with #834175

Text Example


Text Example

White with #834175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834175; }

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

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

background-color css

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

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

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

border-color css

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

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

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