#7A32B1

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

Shades of Royal Purple #7A32B1

Tints of Royal Purple #7A32B1

Color information

#7A32B1 (or 0x7A32B1) is unknown color: approx Royal Purple. HEX triplet: 7A, 32 and B1. RGB value is (122,50,177). Sum of RGB (Red+Green+Blue) = 122+50+177=349 (46% of max value = 765). Red value is 122 (48.05% from 255 or 34.96% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #7A32B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A32B1 is #85CD4E. Grayscale: #555555. Windows color (decimal): -8768847 or 11612794. OLE color: 11612794.

HSL color Cylindrical-coordinate representation of color #7A32B1: hue angle of 274.02º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7A32B1 is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12250177-
CMYK0.310.7200.31
HSL274.02º55.95%44.51%-
HSV(B)274.02º71.75%69.41%-
XYZ17.19.5942.55-
YUV86.01179.35153.67-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 34.96%
GREEN value IS 50 (19.92% from 255) = 14.33%
BLUE value IS 177 (69.53% from 255) = 50.72%
R=34.96%
G=14.33%
B=50.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal122501770.310.7200.31274.0255.9544.51
Hex7A32B11F4801F112382d
Octal17262261371100374227055
Binary111101011001010110001111111001000011111100010010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A32B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,50,177); }

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

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

 a { background-color: rgb(122,50,177); }

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

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

 span { border-color: rgb(122,50,177); }

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