#7737B0

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

Shades of Royal Purple #7737B0

Tints of Royal Purple #7737B0

Color information

#7737B0 (or 0x7737B0) is unknown color: approx Royal Purple. HEX triplet: 77, 37 and B0. RGB value is (119,55,176). Sum of RGB (Red+Green+Blue) = 119+55+176=350 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 176 (69.14% from 255 or 50.29% from 350); Max value from RGB is 176 - color contains mainly: blue. Hex color #7737B0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7737B0 is #88C84F. Grayscale: #575757. Windows color (decimal): -8964176 or 11548535. OLE color: 11548535.

HSL color Cylindrical-coordinate representation of color #7737B0: hue angle of 271.74º degrees, saturation: 0.52, 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 #7737B0 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11955176-
CMYK0.320.6900.31
HSL271.74º52.38%45.29%-
HSV(B)271.74º68.75%69.02%-
XYZ16.819.7942.08-
YUV87.93177.7150.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34%
GREEN value IS 55 (21.88% from 255) = 15.71%
BLUE value IS 176 (69.14% from 255) = 50.29%
R=34%
G=15.71%
B=50.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal119551760.320.6900.31271.7452.3845.29
Hex7737B0204501F110342d
Octal16767260401050374206455
Binary1110111110111101100001000001000101011111100010000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7737B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7737B0; }

 p { color: rgb(119,55,176); }

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

<style>
 a { background-color: #7737B0; }

 a { background-color: rgb(119,55,176); }

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

<style>
 span { border-color: #7737B0; }

 span { border-color: rgb(119,55,176); }

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