#7025AB

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

Shades of Royal Purple #7025AB

Tints of Royal Purple #7025AB

Color information

#7025AB (or 0x7025AB) is unknown color: approx Royal Purple. HEX triplet: 70, 25 and AB. RGB value is (112,37,171). Sum of RGB (Red+Green+Blue) = 112+37+171=320 (42% of max value = 765). Red value is 112 (44.14% from 255 or 35% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 171 (67.19% from 255 or 53.44% from 320); Max value from RGB is 171 - color contains mainly: blue. Hex color #7025AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7025AB is #8FDA54. Grayscale: #4A4A4A. Windows color (decimal): -9427541 or 11216240. OLE color: 11216240.

HSL color Cylindrical-coordinate representation of color #7025AB: hue angle of 273.58º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7025AB is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11237171-
CMYK0.350.7800.33
HSL273.58º64.42%40.78%-
HSV(B)273.58º78.36%67.06%-
XYZ14.697.7139.24-
YUV74.7182.35154.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35%
GREEN value IS 37 (14.84% from 255) = 11.56%
BLUE value IS 171 (67.19% from 255) = 53.44%
R=35%
G=11.56%
B=53.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112371710.350.7800.33273.5864.4240.78
Hex7025AB234E0211124029
Octal160452534311604142210051
Binary111000010010110101011100011100111001000011000100101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7025AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7025AB; }

 p { color: rgb(112,37,171); }

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

<style>
 a { background-color: #7025AB; }

 a { background-color: rgb(112,37,171); }

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

<style>
 span { border-color: #7025AB; }

 span { border-color: rgb(112,37,171); }

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