#7432B1

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

Shades of Royal Purple #7432B1

Tints of Royal Purple #7432B1

Color information

#7432B1 (or 0x7432B1) is unknown color: approx Royal Purple. HEX triplet: 74, 32 and B1. RGB value is (116,50,177). Sum of RGB (Red+Green+Blue) = 116+50+177=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 177 (69.53% from 255 or 51.60% from 343); Max value from RGB is 177 - color contains mainly: blue. Hex color #7432B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7432B1 is #8BCD4E. Grayscale: #535353. Windows color (decimal): -9162063 or 11612788. OLE color: 11612788.

HSL color Cylindrical-coordinate representation of color #7432B1: hue angle of 271.18º 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 #7432B1 is Cyan = 0.34, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11650177-
CMYK0.340.7200.31
HSL271.18º55.95%44.51%-
HSV(B)271.18º71.75%69.41%-
XYZ16.289.1742.51-
YUV84.21180.37150.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 50 (19.92% from 255) = 14.58%
BLUE value IS 177 (69.53% from 255) = 51.60%
R=33.82%
G=14.58%
B=51.60%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116501770.340.7200.31271.1855.9544.51
Hex7432B1224801F10f382d
Octal16462261421100374177055
Binary1110100110010101100011000101001000011111100001111111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7432B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7432B1; }

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

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

<style>
 a { background-color: #7432B1; }

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

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

<style>
 span { border-color: #7432B1; }

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

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