#7D38AE

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

Shades of Royal Purple #7D38AE

Tints of Royal Purple #7D38AE

Color information

#7D38AE (or 0x7D38AE) is unknown color: approx Royal Purple. HEX triplet: 7D, 38 and AE. RGB value is (125,56,174). Sum of RGB (Red+Green+Blue) = 125+56+174=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 56 (22.27% from 255 or 15.77% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D38AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D38AE is #82C751. Grayscale: #595959. Windows color (decimal): -8570706 or 11417725. OLE color: 11417725.

HSL color Cylindrical-coordinate representation of color #7D38AE: hue angle of 275.08º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D38AE is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12556174-
CMYK0.280.6800.32
HSL275.08º51.3%45.1%-
HSV(B)275.08º67.82%68.24%-
XYZ17.5110.2441.1-
YUV90.08175.36152.91-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.21%
GREEN value IS 56 (22.27% from 255) = 15.77%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=35.21%
G=15.77%
B=49.01%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125561740.280.6800.32275.0851.345.1
Hex7D38AE1C44020113332d
Octal17570256341040404236355
Binary1111101111000101011101110010001000100000100010011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D38AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D38AE; }

 p { color: rgb(125,56,174); }

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

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

 a { background-color: rgb(125,56,174); }

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

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

 span { border-color: rgb(125,56,174); }

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