Html Css Color HEX #833374 Dark Purple

📋 copy color: '#833374'

red 131 ◦ green 51 ◦ blue 116

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

Shades of Dark Purple #833374

Tints of Dark Purple #833374

RGB

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

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

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

R = 43.96%
G = 17.11%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#833374 (or 0x833374) is known color: Dark Purple. HEX triplet: 83, 33 and 74. RGB value is (131,51,116). Sum of RGB (Red+Green+Blue) = 131+51+116=298 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.96% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 116 (45.70% from 255 or 38.93% from 298); Max value from RGB is 131 - color contains mainly: red. Hex color #833374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833374 is #7CCC8B. Grayscale: #525252. Windows color (decimal): -8178828 or 7615363. OLE color: 7615363.

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

Color convert

RGB 131 51 116 -
CMYK 0 0.61 0.11 0.49
HSL 311.25º 0.44% 0.36% -
HSV(B) 311.25º 0.61% 0.51% -
XYZ 13.7 8.45 17.43 -
YUV 82.33 147 162.71 -
System Red Green Blue C M Y K H S L
Decimal 131 51 116 0 0.61 0.11 0.49 311.25 0.44 0.36
Hex 83 33 74 0 3D B 31 137 2C 24
Octal 203 63 164 0 75 13 61 467 54 44
Binary 10000011 110011 1110100 0 111101 1011 110001 100110111 101100 100100

Color Harmonies of #833374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833374

Black with #833374

Text Example


Text Example

White with #833374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833374; }

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

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

background-color css

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

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

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

border-color css

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

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

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