#710085

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

Shades of Purple #710085

Tints of Purple #710085

Color information

#710085 (or 0x710085) is unknown color: approx Purple. HEX triplet: 71, 00 and 85. RGB value is (113,0,133). Sum of RGB (Red+Green+Blue) = 113+0+133=246 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.93% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #710085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710085 is #8EFF7A. Grayscale: #303030. Windows color (decimal): -9371515 or 8716401. OLE color: 8716401.

HSL color Cylindrical-coordinate representation of color #710085: hue angle of 290.98º 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 #710085 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1130133-
CMYK0.15100.48
HSL290.98º100%26.08%-
HSV(B)290.98º100%52.16%-
XYZ11.045.222.61-
YUV48.95175.44173.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 133 (52.34% from 255) = 54.07%
R=45.93%
G=0%
B=54.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal11301330.15100.48290.9810026.08
Hex71085F64030123641a
Octal16102051714406044314432
Binary1110001010000101111111001000110000100100011110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710085; }

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

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

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

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

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

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

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

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