#7138AF

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

Shades of Royal Purple #7138AF

Tints of Royal Purple #7138AF

Color information

#7138AF (or 0x7138AF) is unknown color: approx Royal Purple. HEX triplet: 71, 38 and AF. RGB value is (113,56,175). Sum of RGB (Red+Green+Blue) = 113+56+175=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 56 (22.27% from 255 or 16.28% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #7138AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7138AF is #8EC750. Grayscale: #565656. Windows color (decimal): -9357137 or 11483249. OLE color: 11483249.

HSL color Cylindrical-coordinate representation of color #7138AF: hue angle of 268.74º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7138AF is Cyan = 0.35, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11356175-
CMYK0.350.6800.31
HSL268.74º51.52%45.29%-
HSV(B)268.74º68%68.63%-
XYZ15.969.4341.54-
YUV86.61177.88146.82-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 56 (22.27% from 255) = 16.28%
BLUE value IS 175 (68.75% from 255) = 50.87%
R=32.85%
G=16.28%
B=50.87%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal113561750.350.6800.31268.7451.5245.29
Hex7138AF234401F10d342d
Octal16170257431040374156455
Binary1110001111000101011111000111000100011111100001101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7138AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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