#7B23AD

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

Shades of Royal Purple #7B23AD

Tints of Royal Purple #7B23AD

Color information

#7B23AD (or 0x7B23AD) is unknown color: approx Royal Purple. HEX triplet: 7B, 23 and AD. RGB value is (123,35,173). Sum of RGB (Red+Green+Blue) = 123+35+173=331 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.16% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B23AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B23AD is #84DC52. Grayscale: #4C4C4C. Windows color (decimal): -8707155 or 11346811. OLE color: 11346811.

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

Color convert

RGB12335173-
CMYK0.290.8000.32
HSL278.26º66.35%40.78%-
HSV(B)278.26º79.77%67.84%-
XYZ16.318.4340.3-
YUV77.04182.15160.78-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 37.16%
GREEN value IS 35 (14.06% from 255) = 10.57%
BLUE value IS 173 (67.97% from 255) = 52.27%
R=37.16%
G=10.57%
B=52.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123351730.290.8000.32278.2666.3540.78
Hex7B23AD1D500201164229
Octal173432553512004042610251
Binary11110111000111010110111101101000001000001000101101000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B23AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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