#7752ad

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

Shades of Studio #7752AD

Tints of Studio #7752AD

Color information

#7752AD (or 0x7752AD) is unknown color: approx Studio. HEX triplet: 77, 52 and AD. RGB value is (119,82,173). Sum of RGB (Red+Green+Blue) = 119+82+173=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #7752AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7752AD is #88AD52. Grayscale: #676767. Windows color (decimal): -8957267 or 11358839. OLE color: 11358839.

HSL color Cylindrical-coordinate representation of color #7752AD: hue angle of 264.4º 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 #7752AD is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11982173-
CMYK0.310.5300.32
HSL264.4º35.69%50%-
HSV(B)264.4º52.6%67.84%-
XYZ18.1712.9741.08-
YUV103.44167.26139.1-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 173 (67.97% from 255) = 46.26%
R=31.82%
G=21.93%
B=46.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal119821730.310.5300.32264.435.6950
Hex7752AD1F350201082432
Octal16712225537650404104462
Binary1110111101001010101101111111101010100000100001000100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7752ad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7752ad; }

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

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

<style>
 a { background-color: #7752ad; }

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

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

<style>
 span { border-color: #7752ad; }

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

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