#7138A4

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

Shades of Royal Purple #7138A4

Tints of Royal Purple #7138A4

Color information

#7138A4 (or 0x7138A4) is unknown color: approx Royal Purple. HEX triplet: 71, 38 and A4. RGB value is (113,56,164). Sum of RGB (Red+Green+Blue) = 113+56+164=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 164 (64.45% from 255 or 49.25% from 333); Max value from RGB is 164 - color contains mainly: blue. Hex color #7138A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7138A4 is #8EC75B. Grayscale: #545454. Windows color (decimal): -9357148 or 10762353. OLE color: 10762353.

HSL color Cylindrical-coordinate representation of color #7138A4: hue angle of 271.67º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7138A4 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11356164-
CMYK0.310.6600.36
HSL271.67º49.09%43.14%-
HSV(B)271.67º65.85%64.31%-
XYZ14.939.0236.08-
YUV85.35172.38147.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.93%
GREEN value IS 56 (22.27% from 255) = 16.82%
BLUE value IS 164 (64.45% from 255) = 49.25%
R=33.93%
G=16.82%
B=49.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal113561640.310.6600.36271.6749.0943.14
Hex7138A41F42024110312b
Octal16170244371020444206153
Binary1110001111000101001001111110000100100100100010000110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7138A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7138A4; }

 p { color: rgb(113,56,164); }

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

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

 a { background-color: rgb(113,56,164); }

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

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

 span { border-color: rgb(113,56,164); }

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