#833075

Color #833075 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #833075

Tints of Dark Purple #833075

Color information

#833075 (or 0x833075) is unknown color: approx Dark Purple. HEX triplet: 83, 30 and 75. RGB value is (131,48,117). Sum of RGB (Red+Green+Blue) = 131+48+117=296 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.26% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 117 (46.09% from 255 or 39.53% from 296); Max value from RGB is 131 - color contains mainly: red. Hex color #833075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #833075 is #7CCF8A. Grayscale: #505050. Windows color (decimal): -8179595 or 7680131. OLE color: 7680131.

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

Color convert

RGB13148117-
CMYK00.630.110.49
HSL310.12º46.37%35.1%-
HSV(B)310.12º63.36%51.37%-
XYZ13.638.2217.7-
YUV80.68148.5163.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 44.26%
GREEN value IS 48 (19.14% from 255) = 16.22%
BLUE value IS 117 (46.09% from 255) = 39.53%
R=44.26%
G=16.22%
B=39.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1314811700.630.110.49310.1246.3735.1
Hex83307503FB311362e23
Octal2036016507713614665643
Binary10000011110000111010101111111011110001100110110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #833075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #833075; }

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

 H1.HeaderClassName
 {
   color: #833075;
 }
 .AnyTagClassName
 {
   color: #833075;
 }
</style>
background-color css

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

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

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

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

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

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