#710378

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

Shades of Purple #710378

Tints of Purple #710378

Color information

#710378 (or 0x710378) is unknown color: approx Purple. HEX triplet: 71, 03 and 78. RGB value is (113,3,120). Sum of RGB (Red+Green+Blue) = 113+3+120=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #710378 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710378 is #8EFC87. Grayscale: #303030. Windows color (decimal): -9370760 or 7865201. OLE color: 7865201.

HSL color Cylindrical-coordinate representation of color #710378: hue angle of 296.41º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #710378 is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1133120-
CMYK0.060.9800.53
HSL296.41º95.12%24.12%-
HSV(B)296.41º97.5%47.06%-
XYZ10.234.9318.18-
YUV49.23167.94173.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.88%
GREEN value IS 3 (1.56% from 255) = 1.27%
BLUE value IS 120 (47.27% from 255) = 50.85%
R=47.88%
G=1.27%
B=50.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11331200.060.9800.53296.4195.1224.12
Hex713786620351285f18
Octal1613170614206545013730
Binary111000111111100011011000100110101100101000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710378; }

 p { color: rgb(113,3,120); }

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

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

 a { background-color: rgb(113,3,120); }

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

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

 span { border-color: rgb(113,3,120); }

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