#702FA6

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

Shades of Royal Purple #702FA6

Tints of Royal Purple #702FA6

Color information

#702FA6 (or 0x702FA6) is unknown color: approx Royal Purple. HEX triplet: 70, 2F and A6. RGB value is (112,47,166). Sum of RGB (Red+Green+Blue) = 112+47+166=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 166 (65.23% from 255 or 51.08% from 325); Max value from RGB is 166 - color contains mainly: blue. Hex color #702FA6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702FA6 is #8FD059. Grayscale: #4F4F4F. Windows color (decimal): -9424986 or 10891120. OLE color: 10891120.

HSL color Cylindrical-coordinate representation of color #702FA6: hue angle of 272.77º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #702FA6 is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11247166-
CMYK0.330.7200.35
HSL272.77º55.87%41.76%-
HSV(B)272.77º71.69%65.1%-
XYZ14.588.2336.9-
YUV80176.53150.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.46%
GREEN value IS 47 (18.75% from 255) = 14.46%
BLUE value IS 166 (65.23% from 255) = 51.08%
R=34.46%
G=14.46%
B=51.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112471660.330.7200.35272.7755.8741.76
Hex702FA62148023111382a
Octal16057246411100434217052
Binary11100001011111010011010000110010000100011100010001111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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