#7B52AD

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

Shades of Studio #7B52AD

Tints of Studio #7B52AD

Color information

#7B52AD (or 0x7B52AD) is unknown color: approx Studio. HEX triplet: 7B, 52 and AD. RGB value is (123,82,173). Sum of RGB (Red+Green+Blue) = 123+82+173=378 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.54% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #7B52AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B52AD is #84AD52. Grayscale: #686868. Windows color (decimal): -8695123 or 11358843. OLE color: 11358843.

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

Color convert

RGB12382173-
CMYK0.290.5300.32
HSL267.03º35.69%50%-
HSV(B)267.03º52.6%67.84%-
XYZ18.7313.2641.11-
YUV104.63166.58141.1-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 32.54%
GREEN value IS 82 (32.42% from 255) = 21.69%
BLUE value IS 173 (67.97% from 255) = 45.77%
R=32.54%
G=21.69%
B=45.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal123821730.290.5300.32267.0335.6950
Hex7B52AD1D3502010b2432
Octal17312225535650404134462
Binary1111011101001010101101111011101010100000100001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B52AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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