Html Css Color HEX #75579B Studio

📋 copy color: '#75579B'

red 117 ◦ green 87 ◦ blue 155

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

Shades of Studio #75579B

Tints of Studio #75579B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.18%

R = 32.59%
G = 24.23%
B = 43.18%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75579B (or 0x75579B) is known color: Studio. HEX triplet: 75, 57 and 9B. RGB value is (117,87,155). Sum of RGB (Red+Green+Blue) = 117+87+155=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #75579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75579B is #8AA864. Grayscale: #676767. Windows color (decimal): -9087077 or 10180469. OLE color: 10180469.

HSL color Cylindrical-coordinate representation of color #75579B: hue angle of 266.47º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75579B is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 87 155 -
CMYK 0.25 0.44 0 0.39
HSL 266.47º 0.28% 0.47% -
HSV(B) 266.47º 0.44% 0.61% -
XYZ 16.66 12.96 32.63 -
YUV 103.72 156.94 137.47 -
System Red Green Blue C M Y K H S L
Decimal 117 87 155 0.25 0.44 0 0.39 266.47 0.28 0.47
Hex 75 57 9B 19 2C 0 27 10A 1C 2F
Octal 165 127 233 31 54 0 47 412 34 57
Binary 1110101 1010111 10011011 11001 101100 0 100111 100001010 11100 101111

Color Harmonies of #75579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75579B

Black with #75579B

Text Example


Text Example

White with #75579B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75579B; }

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

 H1.HeaderClassName
 {
   color: #75579B;
 }
 .AnyTagClassName
 {
   color: #75579B;
 }
</style>

background-color css

<style>
 a { background-color: #75579B; }

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

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

border-color css

<style>
 span { border-color: #75579B; }

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

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