Html Css Color HEX #7555AD Studio

📋 copy color: '#7555AD'

red 117 ◦ green 85 ◦ blue 173

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

Shades of Studio #7555AD

Tints of Studio #7555AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 173 (67.97% from 255) = 46.13%

R = 31.2%
G = 22.67%
B = 46.13%

CMYK

 C value IS 0.32

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7555AD (or 0x7555AD) is known color: Studio. HEX triplet: 75, 55 and AD. RGB value is (117,85,173). Sum of RGB (Red+Green+Blue) = 117+85+173=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #7555AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7555AD is #8AAA52. Grayscale: #686868. Windows color (decimal): -9087571 or 11359605. OLE color: 11359605.

HSL color Cylindrical-coordinate representation of color #7555AD: hue angle of 261.82º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7555AD is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 85 173 -
CMYK 0.32 0.51 0 0.32
HSL 261.82º 0.35% 0.51% -
HSV(B) 261.82º 0.51% 0.68% -
XYZ 18.13 13.3 41.15 -
YUV 104.6 166.6 136.84 -
System Red Green Blue C M Y K H S L
Decimal 117 85 173 0.32 0.51 0 0.32 261.82 0.35 0.51
Hex 75 55 AD 20 33 0 20 106 23 33
Octal 165 125 255 40 63 0 40 406 43 63
Binary 1110101 1010101 10101101 100000 110011 0 100000 100000110 100011 110011

Color Harmonies of #7555AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7555AD

Black with #7555AD

Text Example


Text Example

White with #7555AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7555AD; }

 p { color: rgb(117,85,173); }

 H1.HeaderClassName
 {
   color: #7555AD;
 }
 .AnyTagClassName
 {
   color: #7555AD;
 }
</style>

background-color css

<style>
 a { background-color: #7555AD; }

 a { background-color: rgb(117,85,173); }

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

border-color css

<style>
 span { border-color: #7555AD; }

 span { border-color: rgb(117,85,173); }

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