#7B30AF

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

Shades of Royal Purple #7B30AF

Tints of Royal Purple #7B30AF

Color information

#7B30AF (or 0x7B30AF) is unknown color: approx Royal Purple. HEX triplet: 7B, 30 and AF. RGB value is (123,48,175). Sum of RGB (Red+Green+Blue) = 123+48+175=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B30AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B30AF is #84CF50. Grayscale: #545454. Windows color (decimal): -8703825 or 11481211. OLE color: 11481211.

HSL color Cylindrical-coordinate representation of color #7B30AF: hue angle of 275.43º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7B30AF is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12348175-
CMYK0.300.7300.31
HSL275.43º56.95%43.73%-
HSV(B)275.43º72.57%68.63%-
XYZ16.969.4241.48-
YUV84.9178.85155.17-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 35.55%
GREEN value IS 48 (19.14% from 255) = 13.87%
BLUE value IS 175 (68.75% from 255) = 50.58%
R=35.55%
G=13.87%
B=50.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal123481750.300.7300.31275.4356.9543.73
Hex7B30AF1E4901F113392c
Octal17360257361110374237154
Binary111101111000010101111111101001001011111100010011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B30AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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