#710194

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

Shades of Purple #710194

Tints of Purple #710194

Color information

#710194 (or 0x710194) is unknown color: approx Purple. HEX triplet: 71, 01 and 94. RGB value is (113,1,148). Sum of RGB (Red+Green+Blue) = 113+1+148=262 (34% of max value = 765). Red value is 113 (44.53% from 255 or 43.13% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #710194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #710194 is #8EFE6B. Grayscale: #323232. Windows color (decimal): -9371244 or 9699697. OLE color: 9699697.

HSL color Cylindrical-coordinate representation of color #710194: hue angle of 285.71º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #710194 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1131148-
CMYK0.240.9900.42
HSL285.71º98.66%29.22%-
HSV(B)285.71º99.32%58.04%-
XYZ12.175.6728.47-
YUV51.25182.61172.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 43.13%
GREEN value IS 1 (0.78% from 255) = 0.38%
BLUE value IS 148 (58.20% from 255) = 56.49%
R=43.13%
G=0.38%
B=56.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11311480.240.9900.42285.7198.6629.22
Hex71194186302A11e631d
Octal16112243014305243614335
Binary11100011100101001100011000110101010100011110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710194; }

 p { color: rgb(113,1,148); }

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

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

 a { background-color: rgb(113,1,148); }

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

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

 span { border-color: rgb(113,1,148); }

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