#714395

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

Shades of Royal Purple #714395

Tints of Royal Purple #714395

Color information

#714395 (or 0x714395) is unknown color: approx Royal Purple. HEX triplet: 71, 43 and 95. RGB value is (113,67,149). Sum of RGB (Red+Green+Blue) = 113+67+149=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #714395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714395 is #8EBC6A. Grayscale: #595959. Windows color (decimal): -9354347 or 9782129. OLE color: 9782129.

HSL color Cylindrical-coordinate representation of color #714395: hue angle of 273.66º 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 #714395 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11367149-
CMYK0.240.5500.42
HSL273.66º37.96%42.35%-
HSV(B)273.66º55.03%58.43%-
XYZ14.249.6929.55-
YUV90.1161.24144.33-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.35%
GREEN value IS 67 (26.56% from 255) = 20.36%
BLUE value IS 149 (58.59% from 255) = 45.29%
R=34.35%
G=20.36%
B=45.29%

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
Decimal113671490.240.5500.42273.6637.9642.35
Hex714395183702A112262a
Octal16110322530670524224652
Binary1110001100001110010101110001101110101010100010010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714395; }

 p { color: rgb(113,67,149); }

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

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

 a { background-color: rgb(113,67,149); }

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

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

 span { border-color: rgb(113,67,149); }

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