#7738AA

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

Shades of Royal Purple #7738AA

Tints of Royal Purple #7738AA

Color information

#7738AA (or 0x7738AA) is unknown color: approx Royal Purple. HEX triplet: 77, 38 and AA. RGB value is (119,56,170). Sum of RGB (Red+Green+Blue) = 119+56+170=345 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.49% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 170 (66.80% from 255 or 49.28% from 345); Max value from RGB is 170 - color contains mainly: blue. Hex color #7738AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7738AA is #88C755. Grayscale: #575757. Windows color (decimal): -8963926 or 11155575. OLE color: 11155575.

HSL color Cylindrical-coordinate representation of color #7738AA: hue angle of 273.16º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7738AA is Cyan = 0.3, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11956170-
CMYK0.30.6700.33
HSL273.16º50.44%44.31%-
HSV(B)273.16º67.06%66.67%-
XYZ16.289.6539.04-
YUV87.83174.37150.23-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.49%
GREEN value IS 56 (22.27% from 255) = 16.23%
BLUE value IS 170 (66.80% from 255) = 49.28%
R=34.49%
G=16.23%
B=49.28%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal119561700.30.6700.33273.1650.4444.31
Hex7738AA1E43021111322c
Octal16770252361030414216254
Binary1110111111000101010101111010000110100001100010001110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7738AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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