#703695

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

Shades of Royal Purple #703695

Tints of Royal Purple #703695

Color information

#703695 (or 0x703695) is unknown color: approx Royal Purple. HEX triplet: 70, 36 and 95. RGB value is (112,54,149). Sum of RGB (Red+Green+Blue) = 112+54+149=315 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.56% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #703695 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703695 is #8FC96A. Grayscale: #515151. Windows color (decimal): -9423211 or 9778800. OLE color: 9778800.

HSL color Cylindrical-coordinate representation of color #703695: hue angle of 276.63º degrees, saturation: 0.47, 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 #703695 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11254149-
CMYK0.250.6400.42
HSL276.63º46.8%39.8%-
HSV(B)276.63º63.76%58.43%-
XYZ13.438.2529.32-
YUV82.17165.72149.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.56%
GREEN value IS 54 (21.48% from 255) = 17.14%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=35.56%
G=17.14%
B=47.30%

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
Decimal112541490.250.6400.42276.6346.839.8
Hex703695194002A1152f28
Octal16066225311000524255750
Binary1110000110110100101011100110000000101010100010101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703695; }

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

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

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

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

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

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

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

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