#70279B

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

Shades of Royal Purple #70279B

Tints of Royal Purple #70279B

Color information

#70279B (or 0x70279B) is unknown color: approx Royal Purple. HEX triplet: 70, 27 and 9B. RGB value is (112,39,155). Sum of RGB (Red+Green+Blue) = 112+39+155=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #70279B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70279B is #8FD864. Grayscale: #494949. Windows color (decimal): -9427045 or 10168176. OLE color: 10168176.

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

Color convert

RGB11239155-
CMYK0.280.7500.39
HSL277.76º59.79%38.04%-
HSV(B)277.76º74.84%60.78%-
XYZ13.327.2631.71-
YUV74.05173.68155.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.60%
GREEN value IS 39 (15.62% from 255) = 12.75%
BLUE value IS 155 (60.94% from 255) = 50.65%
R=36.60%
G=12.75%
B=50.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112391550.280.7500.39277.7659.7938.04
Hex70279B1C4B0271163c26
Octal16047233341130474267446
Binary1110000100111100110111110010010110100111100010110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70279B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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