#703595

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

Shades of Royal Purple #703595

Tints of Royal Purple #703595

Color information

#703595 (or 0x703595) is unknown color: approx Royal Purple. HEX triplet: 70, 35 and 95. RGB value is (112,53,149). Sum of RGB (Red+Green+Blue) = 112+53+149=314 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.67% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #703595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703595 is #8FCA6A. Grayscale: #515151. Windows color (decimal): -9423467 or 9778544. OLE color: 9778544.

HSL color Cylindrical-coordinate representation of color #703595: hue angle of 276.88º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #703595 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11253149-
CMYK0.250.6400.42
HSL276.88º47.52%39.61%-
HSV(B)276.88º64.43%58.43%-
XYZ13.388.1629.3-
YUV81.58166.05149.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.67%
GREEN value IS 53 (21.09% from 255) = 16.88%
BLUE value IS 149 (58.59% from 255) = 47.45%
R=35.67%
G=16.88%
B=47.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112531490.250.6400.42276.8847.5239.61
Hex703595194002A1153028
Octal16065225311000524256050
Binary1110000110101100101011100110000000101010100010101110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703595; }

 p { color: rgb(112,53,149); }

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

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

 a { background-color: rgb(112,53,149); }

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

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

 span { border-color: rgb(112,53,149); }

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