#7738A0

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

Shades of Royal Purple #7738A0

Tints of Royal Purple #7738A0

Color information

#7738A0 (or 0x7738A0) is unknown color: approx Royal Purple. HEX triplet: 77, 38 and A0. RGB value is (119,56,160). Sum of RGB (Red+Green+Blue) = 119+56+160=335 (44% of max value = 765). Red value is 119 (46.88% from 255 or 35.52% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #7738A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7738A0 is #88C75F. Grayscale: #565656. Windows color (decimal): -8963936 or 10500215. OLE color: 10500215.

HSL color Cylindrical-coordinate representation of color #7738A0: hue angle of 276.35º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7738A0 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11956160-
CMYK0.260.6500.37
HSL276.35º48.15%42.35%-
HSV(B)276.35º65%62.75%-
XYZ15.379.2934.24-
YUV86.69169.37151.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 35.52%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 160 (62.89% from 255) = 47.76%
R=35.52%
G=16.72%
B=47.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal119561600.260.6500.37276.3548.1542.35
Hex7738A01A41025114302a
Octal16770240321010454246052
Binary1110111111000101000001101010000010100101100010100110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7738A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7738A0; }

 p { color: rgb(119,56,160); }

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

<style>
 a { background-color: #7738A0; }

 a { background-color: rgb(119,56,160); }

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

<style>
 span { border-color: #7738A0; }

 span { border-color: rgb(119,56,160); }

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