#7430B1

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

Shades of Royal Purple #7430B1

Tints of Royal Purple #7430B1

Color information

#7430B1 (or 0x7430B1) is unknown color: approx Royal Purple. HEX triplet: 74, 30 and B1. RGB value is (116,48,177). Sum of RGB (Red+Green+Blue) = 116+48+177=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 48 (19.14% from 255 or 14.08% from 341); Blue value is 177 (69.53% from 255 or 51.91% from 341); Max value from RGB is 177 - color contains mainly: blue. Hex color #7430B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7430B1 is #8BCF4E. Grayscale: #525252. Windows color (decimal): -9162575 or 11612276. OLE color: 11612276.

HSL color Cylindrical-coordinate representation of color #7430B1: hue angle of 271.63º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7430B1 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11648177-
CMYK0.340.7300.31
HSL271.63º57.33%44.12%-
HSV(B)271.63º72.88%69.41%-
XYZ16.2942.48-
YUV83.04181.03151.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 48 (19.14% from 255) = 14.08%
BLUE value IS 177 (69.53% from 255) = 51.91%
R=34.02%
G=14.08%
B=51.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116481770.340.7300.31271.6357.3344.12
Hex7430B1224901F110392c
Octal16460261421110374207154
Binary1110100110000101100011000101001001011111100010000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7430B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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