#702EAD

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

Shades of Royal Purple #702EAD

Tints of Royal Purple #702EAD

Color information

#702EAD (or 0x702EAD) is unknown color: approx Royal Purple. HEX triplet: 70, 2E and AD. RGB value is (112,46,173). Sum of RGB (Red+Green+Blue) = 112+46+173=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #702EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702EAD is #8FD152. Grayscale: #4F4F4F. Windows color (decimal): -9425235 or 11349616. OLE color: 11349616.

HSL color Cylindrical-coordinate representation of color #702EAD: hue angle of 271.18º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702EAD is Cyan = 0.35, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11246173-
CMYK0.350.7300.32
HSL271.18º57.99%42.94%-
HSV(B)271.18º73.41%67.84%-
XYZ15.28.4240.36-
YUV80.21180.37150.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 46 (18.36% from 255) = 13.90%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=33.84%
G=13.90%
B=52.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112461730.350.7300.32271.1857.9942.94
Hex702EAD234902010f3a2b
Octal16056255431110404177253
Binary11100001011101010110110001110010010100000100001111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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