Html Css Color HEX #7558AA Studio

📋 copy color: '#7558AA'

red 117 ◦ green 88 ◦ blue 170

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

Shades of Studio #7558AA

Tints of Studio #7558AA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.47%

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 31.2%
G = 23.47%
B = 45.33%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7558AA (or 0x7558AA) is known color: Studio. HEX triplet: 75, 58 and AA. RGB value is (117,88,170). Sum of RGB (Red+Green+Blue) = 117+88+170=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #7558AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7558AA is #8AA755. Grayscale: #696969. Windows color (decimal): -9086806 or 11163765. OLE color: 11163765.

HSL color Cylindrical-coordinate representation of color #7558AA: hue angle of 261.22º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7558AA is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 88 170 -
CMYK 0.31 0.48 0 0.33
HSL 261.22º 0.33% 0.51% -
HSV(B) 261.22º 0.48% 0.67% -
XYZ 18.08 13.66 39.71 -
YUV 106.02 164.11 135.83 -
System Red Green Blue C M Y K H S L
Decimal 117 88 170 0.31 0.48 0 0.33 261.22 0.33 0.51
Hex 75 58 AA 1F 30 0 21 105 21 33
Octal 165 130 252 37 60 0 41 405 41 63
Binary 1110101 1011000 10101010 11111 110000 0 100001 100000101 100001 110011

Color Harmonies of #7558AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7558AA

Black with #7558AA

Text Example


Text Example

White with #7558AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7558AA; }

 p { color: rgb(117,88,170); }

 H1.HeaderClassName
 {
   color: #7558AA;
 }
 .AnyTagClassName
 {
   color: #7558AA;
 }
</style>

background-color css

<style>
 a { background-color: #7558AA; }

 a { background-color: rgb(117,88,170); }

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

border-color css

<style>
 span { border-color: #7558AA; }

 span { border-color: rgb(117,88,170); }

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