Html Css Color HEX #75579C Studio

📋 copy color: '#75579C'

red 117 ◦ green 87 ◦ blue 156

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

Shades of Studio #75579C

Tints of Studio #75579C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.33%

R = 32.5%
G = 24.17%
B = 43.33%

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

#75579C (or 0x75579C) is known color: Studio. HEX triplet: 75, 57 and 9C. RGB value is (117,87,156). Sum of RGB (Red+Green+Blue) = 117+87+156=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 87 (34.38% from 255 or 24.17% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #75579C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75579C is #8AA863. Grayscale: #676767. Windows color (decimal): -9087076 or 10246005. OLE color: 10246005.

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

Color convert

RGB 117 87 156 -
CMYK 0.25 0.44 0 0.39
HSL 266.09º 0.28% 0.48% -
HSV(B) 266.09º 0.44% 0.61% -
XYZ 16.75 13 33.08 -
YUV 103.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 117 87 156 0.25 0.44 0 0.39 266.09 0.28 0.48
Hex 75 57 9C 19 2C 0 27 10A 1C 30
Octal 165 127 234 31 54 0 47 412 34 60
Binary 1110101 1010111 10011100 11001 101100 0 100111 100001010 11100 110000

Color Harmonies of #75579C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75579C

Black with #75579C

Text Example


Text Example

White with #75579C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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