#780085

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

Shades of Purple #780085

Tints of Purple #780085

Color information

#780085 (or 0x780085) is unknown color: approx Purple. HEX triplet: 78, 00 and 85. RGB value is (120,0,133). Sum of RGB (Red+Green+Blue) = 120+0+133=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #780085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780085 is #87FF7A. Grayscale: #323232. Windows color (decimal): -8912763 or 8716408. OLE color: 8716408.

HSL color Cylindrical-coordinate representation of color #780085: hue angle of 294.14º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #780085 is Cyan = 0.10, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1200133-
CMYK0.10100.48
HSL294.14º100%26.08%-
HSV(B)294.14º100%52.16%-
XYZ11.985.6922.66-
YUV51.04174.26177.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 52.57%
R=47.43%
G=0%
B=52.57%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal12001330.10100.48294.1410026.08
Hex78085A64030126641a
Octal17002051214406044614432
Binary1111000010000101101011001000110000100100110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780085; }

 p { color: rgb(120,0,133); }

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

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

 a { background-color: rgb(120,0,133); }

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

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

 span { border-color: rgb(120,0,133); }

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