#70249d

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

Shades of Royal Purple #70249D

Tints of Royal Purple #70249D

Color information

#70249D (or 0x70249D) is unknown color: approx Royal Purple. HEX triplet: 70, 24 and 9D. RGB value is (112,36,157). Sum of RGB (Red+Green+Blue) = 112+36+157=305 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.72% from 305); Green value is 36 (14.45% from 255 or 11.80% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #70249D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70249D is #8FDB62. Grayscale: #484848. Windows color (decimal): -9427811 or 10298480. OLE color: 10298480.

HSL color Cylindrical-coordinate representation of color #70249D: hue angle of 277.69º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #70249D is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11236157-
CMYK0.290.7700.38
HSL277.69º62.69%37.84%-
HSV(B)277.69º77.07%61.57%-
XYZ13.47.1432.57-
YUV72.52175.68156.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.72%
GREEN value IS 36 (14.45% from 255) = 11.80%
BLUE value IS 157 (61.72% from 255) = 51.48%
R=36.72%
G=11.80%
B=51.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112361570.290.7700.38277.6962.6937.84
Hex70249D1D4D0261163f26
Octal16044235351150464267746
Binary1110000100100100111011110110011010100110100010110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70249d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70249d; }

 p { color: rgb(112,36,157); }

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

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

 a { background-color: rgb(112,36,157); }

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

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

 span { border-color: rgb(112,36,157); }

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