#7437B1

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

Shades of Royal Purple #7437B1

Tints of Royal Purple #7437B1

Color information

#7437B1 (or 0x7437B1) is unknown color: approx Royal Purple. HEX triplet: 74, 37 and B1. RGB value is (116,55,177). Sum of RGB (Red+Green+Blue) = 116+55+177=348 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.33% from 348); Green value is 55 (21.88% from 255 or 15.80% from 348); Blue value is 177 (69.53% from 255 or 50.86% from 348); Max value from RGB is 177 - color contains mainly: blue. Hex color #7437B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7437B1 is #8BC84E. Grayscale: #565656. Windows color (decimal): -9160783 or 11614068. OLE color: 11614068.

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

Color convert

RGB11655177-
CMYK0.340.6900.31
HSL270º52.59%45.49%-
HSV(B)270º68.93%69.41%-
XYZ16.59.6242.58-
YUV87.15178.71148.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.33%
GREEN value IS 55 (21.88% from 255) = 15.80%
BLUE value IS 177 (69.53% from 255) = 50.86%
R=33.33%
G=15.80%
B=50.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal116551770.340.6900.3127052.5945.49
Hex7437B1224501F10e352d
Octal16467261421050374166555
Binary1110100110111101100011000101000101011111100001110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7437B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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