Html Css Color HEX #833074 Dark Purple

📋 copy color: '#833074'

red 131 ◦ green 48 ◦ blue 116

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

Shades of Dark Purple #833074

Tints of Dark Purple #833074

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.27%

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

R = 44.41%
G = 16.27%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#833074 (or 0x833074) is known color: Dark Purple. HEX triplet: 83, 30 and 74. RGB value is (131,48,116). Sum of RGB (Red+Green+Blue) = 131+48+116=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #833074 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833074 is #7CCF8B. Grayscale: #505050. Windows color (decimal): -8179596 or 7614595. OLE color: 7614595.

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

Color convert

RGB 131 48 116 -
CMYK 0 0.63 0.11 0.49
HSL 310.84º 0.46% 0.35% -
HSV(B) 310.84º 0.63% 0.51% -
XYZ 13.57 8.2 17.39 -
YUV 80.57 148 163.97 -
System Red Green Blue C M Y K H S L
Decimal 131 48 116 0 0.63 0.11 0.49 310.84 0.46 0.35
Hex 83 30 74 0 3F B 31 137 2E 23
Octal 203 60 164 0 77 13 61 467 56 43
Binary 10000011 110000 1110100 0 111111 1011 110001 100110111 101110 100011

Color Harmonies of #833074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833074

Black with #833074

Text Example


Text Example

White with #833074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833074; }

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

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

background-color css

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

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

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

border-color css

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

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

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