#714294

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

Shades of Royal Purple #714294

Tints of Royal Purple #714294

Color information

#714294 (or 0x714294) is unknown color: approx Royal Purple. HEX triplet: 71, 42 and 94. RGB value is (113,66,148). Sum of RGB (Red+Green+Blue) = 113+66+148=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 66 (26.17% from 255 or 20.18% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #714294 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714294 is #8EBD6B. Grayscale: #595959. Windows color (decimal): -9354604 or 9716337. OLE color: 9716337.

HSL color Cylindrical-coordinate representation of color #714294: hue angle of 274.39º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #714294 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11366148-
CMYK0.240.5500.42
HSL274.39º38.32%41.96%-
HSV(B)274.39º55.41%58.04%-
XYZ14.19.5529.12-
YUV89.4161.07144.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.56%
GREEN value IS 66 (26.17% from 255) = 20.18%
BLUE value IS 148 (58.20% from 255) = 45.26%
R=34.56%
G=20.18%
B=45.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113661480.240.5500.42274.3938.3241.96
Hex714294183702A112262a
Octal16110222430670524224652
Binary1110001100001010010100110001101110101010100010010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714294; }

 p { color: rgb(113,66,148); }

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

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

 a { background-color: rgb(113,66,148); }

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

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

 span { border-color: rgb(113,66,148); }

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