#7231AD

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

Shades of Royal Purple #7231AD

Tints of Royal Purple #7231AD

Color information

#7231AD (or 0x7231AD) is unknown color: approx Royal Purple. HEX triplet: 72, 31 and AD. RGB value is (114,49,173). Sum of RGB (Red+Green+Blue) = 114+49+173=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 49 (19.53% from 255 or 14.58% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #7231AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7231AD is #8DCE52. Grayscale: #525252. Windows color (decimal): -9293395 or 11350386. OLE color: 11350386.

HSL color Cylindrical-coordinate representation of color #7231AD: hue angle of 271.45º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7231AD is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11449173-
CMYK0.340.7200.32
HSL271.45º55.86%43.53%-
HSV(B)271.45º71.68%67.84%-
XYZ15.588.7940.41-
YUV82.57179.03150.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.93%
GREEN value IS 49 (19.53% from 255) = 14.58%
BLUE value IS 173 (67.97% from 255) = 51.49%
R=33.93%
G=14.58%
B=51.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114491730.340.7200.32271.4555.8643.53
Hex7231AD224802010f382c
Octal16261255421100404177054
Binary11100101100011010110110001010010000100000100001111111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7231AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7231AD; }

 p { color: rgb(114,49,173); }

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

<style>
 a { background-color: #7231AD; }

 a { background-color: rgb(114,49,173); }

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

<style>
 span { border-color: #7231AD; }

 span { border-color: rgb(114,49,173); }

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