#7038AA

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

Shades of Royal Purple #7038AA

Tints of Royal Purple #7038AA

Color information

#7038AA (or 0x7038AA) is unknown color: approx Royal Purple. HEX triplet: 70, 38 and AA. RGB value is (112,56,170). Sum of RGB (Red+Green+Blue) = 112+56+170=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 56 (22.27% from 255 or 16.57% from 338); Blue value is 170 (66.80% from 255 or 50.30% from 338); Max value from RGB is 170 - color contains mainly: blue. Hex color #7038AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7038AA is #8FC755. Grayscale: #555555. Windows color (decimal): -9422678 or 11155568. OLE color: 11155568.

HSL color Cylindrical-coordinate representation of color #7038AA: hue angle of 269.47º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7038AA is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11256170-
CMYK0.340.6700.33
HSL269.47º50.44%44.31%-
HSV(B)269.47º67.06%66.67%-
XYZ15.359.1838.99-
YUV85.74175.55146.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 56 (22.27% from 255) = 16.57%
BLUE value IS 170 (66.80% from 255) = 50.30%
R=33.14%
G=16.57%
B=50.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112561700.340.6700.33269.4750.4444.31
Hex7038AA224302110d322c
Octal16070252421030414156254
Binary11100001110001010101010001010000110100001100001101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7038AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7038AA; }

 p { color: rgb(112,56,170); }

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

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

 a { background-color: rgb(112,56,170); }

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

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

 span { border-color: rgb(112,56,170); }

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