#7b30ad

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

Shades of Royal Purple #7B30AD

Tints of Royal Purple #7B30AD

Color information

#7B30AD (or 0x7B30AD) is unknown color: approx Royal Purple. HEX triplet: 7B, 30 and AD. RGB value is (123,48,173). Sum of RGB (Red+Green+Blue) = 123+48+173=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B30AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B30AD is #84CF52. Grayscale: #545454. Windows color (decimal): -8703827 or 11350139. OLE color: 11350139.

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

Color convert

RGB12348173-
CMYK0.290.7200.32
HSL276º56.56%43.33%-
HSV(B)276º72.25%67.84%-
XYZ16.779.3440.45-
YUV84.68177.85155.34-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.76%
GREEN value IS 48 (19.14% from 255) = 13.95%
BLUE value IS 173 (67.97% from 255) = 50.29%
R=35.76%
G=13.95%
B=50.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123481730.290.7200.3227656.5643.33
Hex7B30AD1D48020114392b
Octal17360255351100404247153
Binary1111011110000101011011110110010000100000100010100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b30ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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