#70389B

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

Shades of Royal Purple #70389B

Tints of Royal Purple #70389B

Color information

#70389B (or 0x70389B) is unknown color: approx Royal Purple. HEX triplet: 70, 38 and 9B. RGB value is (112,56,155). Sum of RGB (Red+Green+Blue) = 112+56+155=323 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.67% from 323); Green value is 56 (22.27% from 255 or 17.34% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #70389B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70389B is #8FC764. Grayscale: #535353. Windows color (decimal): -9422693 or 10172528. OLE color: 10172528.

HSL color Cylindrical-coordinate representation of color #70389B: hue angle of 273.94º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #70389B is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11256155-
CMYK0.280.6400.39
HSL273.94º46.92%41.37%-
HSV(B)273.94º63.87%60.78%-
XYZ14.018.6431.94-
YUV84.03168.05147.95-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.67%
GREEN value IS 56 (22.27% from 255) = 17.34%
BLUE value IS 155 (60.94% from 255) = 47.99%
R=34.67%
G=17.34%
B=47.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112561550.280.6400.39273.9446.9241.37
Hex70389B1C400271122f29
Octal16070233341000474225751
Binary1110000111000100110111110010000000100111100010010101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70389B; }

 p { color: rgb(112,56,155); }

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

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

 a { background-color: rgb(112,56,155); }

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

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

 span { border-color: rgb(112,56,155); }

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