#702E99

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

Shades of Royal Purple #702E99

Tints of Royal Purple #702E99

Color information

#702E99 (or 0x702E99) is unknown color: approx Royal Purple. HEX triplet: 70, 2E and 99. RGB value is (112,46,153). Sum of RGB (Red+Green+Blue) = 112+46+153=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 46 (18.36% from 255 or 14.79% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #702E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702E99 is #8FD166. Grayscale: #4D4D4D. Windows color (decimal): -9425255 or 10038896. OLE color: 10038896.

HSL color Cylindrical-coordinate representation of color #702E99: hue angle of 277.01º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #702E99 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11246153-
CMYK0.270.7000.4
HSL277.01º53.77%39.02%-
HSV(B)277.01º69.93%60%-
XYZ13.417.730.92-
YUV77.93170.37152.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 46 (18.36% from 255) = 14.79%
BLUE value IS 153 (60.16% from 255) = 49.20%
R=36.01%
G=14.79%
B=49.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112461530.270.7000.4277.0153.7739.02
Hex702E991B460281153627
Octal16056231331060504256647
Binary1110000101110100110011101110001100101000100010101110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702E99; }

 p { color: rgb(112,46,153); }

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

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

 a { background-color: rgb(112,46,153); }

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

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

 span { border-color: rgb(112,46,153); }

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