#714397

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

Shades of Royal Purple #714397

Tints of Royal Purple #714397

Color information

#714397 (or 0x714397) is unknown color: approx Royal Purple. HEX triplet: 71, 43 and 97. RGB value is (113,67,151). Sum of RGB (Red+Green+Blue) = 113+67+151=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #714397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #714397 is #8EBC68. Grayscale: #5A5A5A. Windows color (decimal): -9354345 or 9913201. OLE color: 9913201.

HSL color Cylindrical-coordinate representation of color #714397: hue angle of 272.86º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #714397 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11367151-
CMYK0.250.5600.41
HSL272.86º38.53%42.75%-
HSV(B)272.86º55.63%59.22%-
XYZ14.49.7630.4-
YUV90.33162.24144.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.14%
GREEN value IS 67 (26.56% from 255) = 20.24%
BLUE value IS 151 (59.38% from 255) = 45.62%
R=34.14%
G=20.24%
B=45.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113671510.250.5600.41272.8638.5342.75
Hex7143971938029111272b
Octal16110322731700514214753
Binary1110001100001110010111110011110000101001100010001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714397; }

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

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

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

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

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

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

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

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