#7B3AB6

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

Shades of Royal Purple #7B3AB6

Tints of Royal Purple #7B3AB6

Color information

#7B3AB6 (or 0x7B3AB6) is unknown color: approx Royal Purple. HEX triplet: 7B, 3A and B6. RGB value is (123,58,182). Sum of RGB (Red+Green+Blue) = 123+58+182=363 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.88% from 363); Green value is 58 (23.05% from 255 or 15.98% from 363); Blue value is 182 (71.48% from 255 or 50.14% from 363); Max value from RGB is 182 - color contains mainly: blue. Hex color #7B3AB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B3AB6 is #84C549. Grayscale: #5B5B5B. Windows color (decimal): -8701258 or 11942523. OLE color: 11942523.

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

Color convert

RGB12358182-
CMYK0.320.6800.29
HSL271.45º51.67%47.06%-
HSV(B)271.45º68.13%71.37%-
XYZ18.1210.6145.35-
YUV91.57179.03150.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 33.88%
GREEN value IS 58 (23.05% from 255) = 15.98%
BLUE value IS 182 (71.48% from 255) = 50.14%
R=33.88%
G=15.98%
B=50.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal123581820.320.6800.29271.4551.6747.06
Hex7B3AB6204401D10f342f
Octal17372266401040354176457
Binary1111011111010101101101000001000100011101100001111110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B3AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,58,182); }

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

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

 a { background-color: rgb(123,58,182); }

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

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

 span { border-color: rgb(123,58,182); }

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