#702A9B

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

Shades of Royal Purple #702A9B

Tints of Royal Purple #702A9B

Color information

#702A9B (or 0x702A9B) is unknown color: approx Royal Purple. HEX triplet: 70, 2A and 9B. RGB value is (112,42,155). Sum of RGB (Red+Green+Blue) = 112+42+155=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #702A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702A9B is #8FD564. Grayscale: #4B4B4B. Windows color (decimal): -9426277 or 10168944. OLE color: 10168944.

HSL color Cylindrical-coordinate representation of color #702A9B: hue angle of 277.17º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702A9B is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11242155-
CMYK0.280.7300.39
HSL277.17º57.36%38.63%-
HSV(B)277.17º72.9%60.78%-
XYZ13.437.4731.74-
YUV75.81172.69153.81-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.25%
GREEN value IS 42 (16.80% from 255) = 13.59%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=36.25%
G=13.59%
B=50.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112421550.280.7300.39277.1757.3638.63
Hex702A9B1C490271153927
Octal16052233341110474257147
Binary1110000101010100110111110010010010100111100010101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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