#852264

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

Shades of Dark Purple #852264

Tints of Dark Purple #852264

Color information

#852264 (or 0x852264) is unknown color: approx Dark Purple. HEX triplet: 85, 22 and 64. RGB value is (133,34,100). Sum of RGB (Red+Green+Blue) = 133+34+100=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 34 (13.67% from 255 or 12.73% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #852264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852264 is #7ADD9B. Grayscale: #464646. Windows color (decimal): -8052124 or 6562437. OLE color: 6562437.

HSL color Cylindrical-coordinate representation of color #852264: hue angle of 320º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852264 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB13334100-
CMYK00.740.250.48
HSL320º59.28%32.75%-
HSV(B)320º74.44%52.16%-
XYZ12.557.0512.76-
YUV71.12144.3172.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.81%
GREEN value IS 34 (13.67% from 255) = 12.73%
BLUE value IS 100 (39.45% from 255) = 37.45%
R=49.81%
G=12.73%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1333410000.740.250.4832059.2832.75
Hex85226404A19301403b21
Octal20542144011231605007341
Binary1000010110001011001000100101011001110000101000000111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852264; }

 p { color: rgb(133,34,100); }

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

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

 a { background-color: rgb(133,34,100); }

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

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

 span { border-color: rgb(133,34,100); }

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