Html Css Color HEX #7557AB Studio

📋 copy color: '#7557AB'

red 117 ◦ green 87 ◦ blue 171

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

Shades of Studio #7557AB

Tints of Studio #7557AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.6%

R = 31.2%
G = 23.2%
B = 45.6%

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

#7557AB (or 0x7557AB) is known color: Studio. HEX triplet: 75, 57 and AB. RGB value is (117,87,171). Sum of RGB (Red+Green+Blue) = 117+87+171=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 87 (34.38% from 255 or 23.2% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #7557AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7557AB is #8AA854. Grayscale: #696969. Windows color (decimal): -9087061 or 11229045. OLE color: 11229045.

HSL color Cylindrical-coordinate representation of color #7557AB: hue angle of 261.43º degrees, saturation: 0.33, 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 #7557AB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 87 171 -
CMYK 0.32 0.49 0 0.33
HSL 261.43º 0.33% 0.51% -
HSV(B) 261.43º 0.49% 0.67% -
XYZ 18.1 13.54 40.19 -
YUV 105.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 117 87 171 0.32 0.49 0 0.33 261.43 0.33 0.51
Hex 75 57 AB 20 31 0 21 105 21 33
Octal 165 127 253 40 61 0 41 405 41 63
Binary 1110101 1010111 10101011 100000 110001 0 100001 100000101 100001 110011

Color Harmonies of #7557AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7557AB

Black with #7557AB

Text Example


Text Example

White with #7557AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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