#852669

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

Shades of Dark Purple #852669

Tints of Dark Purple #852669

Color information

#852669 (or 0x852669) is unknown color: approx Dark Purple. HEX triplet: 85, 26 and 69. RGB value is (133,38,105). Sum of RGB (Red+Green+Blue) = 133+38+105=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 105 (41.41% from 255 or 38.04% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #852669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852669 is #7AD996. Grayscale: #494949. Windows color (decimal): -8051095 or 6891141. OLE color: 6891141.

HSL color Cylindrical-coordinate representation of color #852669: hue angle of 317.68º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #852669 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB13338105-
CMYK00.710.210.48
HSL317.68º55.56%33.53%-
HSV(B)317.68º71.43%52.16%-
XYZ12.927.3914.11-
YUV74.04145.47170.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 38 (15.23% from 255) = 13.77%
BLUE value IS 105 (41.41% from 255) = 38.04%
R=48.19%
G=13.77%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333810500.710.210.48317.6855.5633.53
Hex852669047153013e3822
Octal20546151010725604767042
Binary1000010110011011010010100011110101110000100111110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852669; }

 p { color: rgb(133,38,105); }

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

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

 a { background-color: rgb(133,38,105); }

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

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

 span { border-color: rgb(133,38,105); }

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