#702DA8

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

Shades of Royal Purple #702DA8

Tints of Royal Purple #702DA8

Color information

#702DA8 (or 0x702DA8) is unknown color: approx Royal Purple. HEX triplet: 70, 2D and A8. RGB value is (112,45,168). Sum of RGB (Red+Green+Blue) = 112+45+168=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 168 (66.02% from 255 or 51.69% from 325); Max value from RGB is 168 - color contains mainly: blue. Hex color #702DA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702DA8 is #8FD257. Grayscale: #4E4E4E. Windows color (decimal): -9425496 or 11021680. OLE color: 11021680.

HSL color Cylindrical-coordinate representation of color #702DA8: hue angle of 272.68º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702DA8 is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11245168-
CMYK0.330.7300.34
HSL272.68º57.75%41.76%-
HSV(B)272.68º73.21%65.88%-
XYZ14.698.1537.84-
YUV79.06178.2151.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 45 (17.97% from 255) = 13.85%
BLUE value IS 168 (66.02% from 255) = 51.69%
R=34.46%
G=13.85%
B=51.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal112451680.330.7300.34272.6857.7541.76
Hex702DA821490221113a2a
Octal16055250411110424217252
Binary11100001011011010100010000110010010100010100010001111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,45,168); }

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

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

 a { background-color: rgb(112,45,168); }

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

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

 span { border-color: rgb(112,45,168); }

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