Html Css Color HEX #7559A0 Studio

📋 copy color: '#7559A0'

red 117 ◦ green 89 ◦ blue 160

#7559A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #7559A0

Tints of Studio #7559A0

RGB

 RED value IS 117 (46.09% from 255) = 31.97%

 GREEN value IS 89 (35.16% from 255) = 24.32%

 BLUE value IS 160 (62.89% from 255) = 43.72%

R = 31.97%
G = 24.32%
B = 43.72%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7559A0 (or 0x7559A0) is known color: Studio. HEX triplet: 75, 59 and A0. RGB value is (117,89,160). Sum of RGB (Red+Green+Blue) = 117+89+160=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 160 (62.89% from 255 or 43.72% from 366); Max value from RGB is 160 - color contains mainly: blue. Hex color #7559A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7559A0 is #8AA65F. Grayscale: #696969. Windows color (decimal): -9086560 or 10508661. OLE color: 10508661.

HSL color Cylindrical-coordinate representation of color #7559A0: hue angle of 263.66º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7559A0 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 117 89 160 -
CMYK 0.27 0.44 0 0.37
HSL 263.66º 0.29% 0.49% -
HSV(B) 263.66º 0.44% 0.63% -
XYZ 17.25 13.46 34.95 -
YUV 105.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 117 89 160 0.27 0.44 0 0.37 263.66 0.29 0.49
Hex 75 59 A0 1B 2C 0 25 108 1D 31
Octal 165 131 240 33 54 0 45 410 35 61
Binary 1110101 1011001 10100000 11011 101100 0 100101 100001000 11101 110001

Color Harmonies of #7559A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7559A0

Black with #7559A0

Text Example


Text Example

White with #7559A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7559A0; }

 p { color: rgb(117,89,160); }

 H1.HeaderClassName
 {
   color: #7559A0;
 }
 .AnyTagClassName
 {
   color: #7559A0;
 }
</style>

background-color css

<style>
 a { background-color: #7559A0; }

 a { background-color: rgb(117,89,160); }

 div.DivClassName
 {
   background-color: #7559A0;
 }
 .BgClassName
 {
   background-color: #7559A0;
 }
</style>

border-color css

<style>
 span { border-color: #7559A0; }

 span { border-color: rgb(117,89,160); }

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