#7B38AD

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

Shades of Royal Purple #7B38AD

Tints of Royal Purple #7B38AD

Color information

#7B38AD (or 0x7B38AD) is unknown color: approx Royal Purple. HEX triplet: 7B, 38 and AD. RGB value is (123,56,173). Sum of RGB (Red+Green+Blue) = 123+56+173=352 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.94% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 173 (67.97% from 255 or 49.15% from 352); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B38AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B38AD is #84C752. Grayscale: #585858. Windows color (decimal): -8701779 or 11352187. OLE color: 11352187.

HSL color Cylindrical-coordinate representation of color #7B38AD: hue angle of 274.36º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7B38AD is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12356173-
CMYK0.290.6800.32
HSL274.36º51.09%44.9%-
HSV(B)274.36º67.63%67.84%-
XYZ17.1310.0640.57-
YUV89.37175.2151.99-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 34.94%
GREEN value IS 56 (22.27% from 255) = 15.91%
BLUE value IS 173 (67.97% from 255) = 49.15%
R=34.94%
G=15.91%
B=49.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123561730.290.6800.32274.3651.0944.9
Hex7B38AD1D44020112332d
Octal17370255351040404226355
Binary1111011111000101011011110110001000100000100010010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B38AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B38AD; }

 p { color: rgb(123,56,173); }

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

<style>
 a { background-color: #7B38AD; }

 a { background-color: rgb(123,56,173); }

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

<style>
 span { border-color: #7B38AD; }

 span { border-color: rgb(123,56,173); }

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