Html Css Color HEX #7557AC Studio

📋 copy color: '#7557AC'

red 117 ◦ green 87 ◦ blue 172

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

Shades of Studio #7557AC

Tints of Studio #7557AC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.14%

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 31.12%
G = 23.14%
B = 45.74%

CMYK

 C value IS 0.32

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7557AC (or 0x7557AC) is known color: Studio. HEX triplet: 75, 57 and AC. RGB value is (117,87,172). Sum of RGB (Red+Green+Blue) = 117+87+172=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 87 (34.38% from 255 or 23.14% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #7557AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7557AC is #8AA853. Grayscale: #696969. Windows color (decimal): -9087060 or 11294581. OLE color: 11294581.

HSL color Cylindrical-coordinate representation of color #7557AC: hue angle of 261.18º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7557AC is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 87 172 -
CMYK 0.32 0.49 0 0.33
HSL 261.18º 0.34% 0.51% -
HSV(B) 261.18º 0.49% 0.67% -
XYZ 18.19 13.58 40.69 -
YUV 105.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 117 87 172 0.32 0.49 0 0.33 261.18 0.34 0.51
Hex 75 57 AC 20 31 0 21 105 22 33
Octal 165 127 254 40 61 0 41 405 42 63
Binary 1110101 1010111 10101100 100000 110001 0 100001 100000101 100010 110011

Color Harmonies of #7557AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7557AC

Black with #7557AC

Text Example


Text Example

White with #7557AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7557AC; }

 p { color: rgb(117,87,172); }

 H1.HeaderClassName
 {
   color: #7557AC;
 }
 .AnyTagClassName
 {
   color: #7557AC;
 }
</style>

background-color css

<style>
 a { background-color: #7557AC; }

 a { background-color: rgb(117,87,172); }

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

border-color css

<style>
 span { border-color: #7557AC; }

 span { border-color: rgb(117,87,172); }

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