#7038AC

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

Shades of Royal Purple #7038AC

Tints of Royal Purple #7038AC

Color information

#7038AC (or 0x7038AC) is unknown color: approx Royal Purple. HEX triplet: 70, 38 and AC. RGB value is (112,56,172). Sum of RGB (Red+Green+Blue) = 112+56+172=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 56 (22.27% from 255 or 16.47% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #7038AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7038AC is #8FC753. Grayscale: #555555. Windows color (decimal): -9422676 or 11286640. OLE color: 11286640.

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

Color convert

RGB11256172-
CMYK0.350.6700.33
HSL268.97º50.88%44.71%-
HSV(B)268.97º67.44%67.45%-
XYZ15.549.2540-
YUV85.97176.55146.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.94%
GREEN value IS 56 (22.27% from 255) = 16.47%
BLUE value IS 172 (67.58% from 255) = 50.59%
R=32.94%
G=16.47%
B=50.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112561720.350.6700.33268.9750.8844.71
Hex7038AC234302110d332d
Octal16070254431030414156355
Binary11100001110001010110010001110000110100001100001101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7038AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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