#702A9C

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

Shades of Royal Purple #702A9C

Tints of Royal Purple #702A9C

Color information

#702A9C (or 0x702A9C) is unknown color: approx Royal Purple. HEX triplet: 70, 2A and 9C. RGB value is (112,42,156). Sum of RGB (Red+Green+Blue) = 112+42+156=310 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.13% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 156 (61.33% from 255 or 50.32% from 310); Max value from RGB is 156 - color contains mainly: blue. Hex color #702A9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702A9C is #8FD563. Grayscale: #4B4B4B. Windows color (decimal): -9426276 or 10234480. OLE color: 10234480.

HSL color Cylindrical-coordinate representation of color #702A9C: hue angle of 276.84º degrees, saturation: 0.58, 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 #702A9C is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11242156-
CMYK0.280.7300.39
HSL276.84º57.58%38.82%-
HSV(B)276.84º73.08%61.18%-
XYZ13.517.532.19-
YUV75.93173.19153.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.13%
GREEN value IS 42 (16.80% from 255) = 13.55%
BLUE value IS 156 (61.33% from 255) = 50.32%
R=36.13%
G=13.55%
B=50.32%

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
Decimal112421560.280.7300.39276.8457.5838.82
Hex702A9C1C490271153a27
Octal16052234341110474257247
Binary1110000101010100111001110010010010100111100010101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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