#702f96

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

Shades of Royal Purple #702F96

Tints of Royal Purple #702F96

Color information

#702F96 (or 0x702F96) is unknown color: approx Royal Purple. HEX triplet: 70, 2F and 96. RGB value is (112,47,150). Sum of RGB (Red+Green+Blue) = 112+47+150=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 47 (18.75% from 255 or 15.21% from 309); Blue value is 150 (58.98% from 255 or 48.54% from 309); Max value from RGB is 150 - color contains mainly: blue. Hex color #702F96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702F96 is #8FD069. Grayscale: #4D4D4D. Windows color (decimal): -9425002 or 9842544. OLE color: 9842544.

HSL color Cylindrical-coordinate representation of color #702F96: hue angle of 277.86º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #702F96 is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11247150-
CMYK0.250.6900.41
HSL277.86º52.28%38.63%-
HSV(B)277.86º68.67%58.82%-
XYZ13.27.6829.64-
YUV78.18168.53152.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 47 (18.75% from 255) = 15.21%
BLUE value IS 150 (58.98% from 255) = 48.54%
R=36.25%
G=15.21%
B=48.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112471500.250.6900.41277.8652.2838.63
Hex702F9619450291163427
Octal16057226311050514266447
Binary1110000101111100101101100110001010101001100010110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702f96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,47,150); }

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

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

 a { background-color: rgb(112,47,150); }

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

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

 span { border-color: rgb(112,47,150); }

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