#714299

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

Shades of Royal Purple #714299

Tints of Royal Purple #714299

Color information

#714299 (or 0x714299) is unknown color: approx Royal Purple. HEX triplet: 71, 42 and 99. RGB value is (113,66,153). Sum of RGB (Red+Green+Blue) = 113+66+153=332 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.04% from 332); Green value is 66 (26.17% from 255 or 19.88% from 332); Blue value is 153 (60.16% from 255 or 46.08% from 332); Max value from RGB is 153 - color contains mainly: blue. Hex color #714299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714299 is #8EBD66. Grayscale: #595959. Windows color (decimal): -9354599 or 10044017. OLE color: 10044017.

HSL color Cylindrical-coordinate representation of color #714299: hue angle of 272.41º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #714299 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11366153-
CMYK0.260.5700.4
HSL272.41º39.73%42.94%-
HSV(B)272.41º56.86%60%-
XYZ14.519.7131.25-
YUV89.97163.57144.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.04%
GREEN value IS 66 (26.17% from 255) = 19.88%
BLUE value IS 153 (60.16% from 255) = 46.08%
R=34.04%
G=19.88%
B=46.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113661530.260.5700.4272.4139.7342.94
Hex7142991A39028110282b
Octal16110223132710504205053
Binary1110001100001010011001110101110010101000100010000101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714299; }

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

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

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

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

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

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

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

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