#71429E

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

Shades of Royal Purple #71429E

Tints of Royal Purple #71429E

Color information

#71429E (or 0x71429E) is unknown color: approx Royal Purple. HEX triplet: 71, 42 and 9E. RGB value is (113,66,158). Sum of RGB (Red+Green+Blue) = 113+66+158=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #71429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71429E is #8EBD61. Grayscale: #5A5A5A. Windows color (decimal): -9354594 or 10371697. OLE color: 10371697.

HSL color Cylindrical-coordinate representation of color #71429E: hue angle of 270.65º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #71429E is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11366158-
CMYK0.280.5800.38
HSL270.65º41.07%43.92%-
HSV(B)270.65º58.23%61.96%-
XYZ14.939.8833.47-
YUV90.54166.07144.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=33.53%
G=19.58%
B=46.88%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113661580.280.5800.38270.6541.0743.92
Hex71429E1C3A02610f292c
Octal16110223634720464175154
Binary1110001100001010011110111001110100100110100001111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71429E; }

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

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

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

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

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

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

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

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