Html Css Color HEX #75599E Studio

📋 copy color: '#75599E'

red 117 ◦ green 89 ◦ blue 158

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

Shades of Studio #75599E

Tints of Studio #75599E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.45%

 BLUE value IS 158 (62.11% from 255) = 43.41%

R = 32.14%
G = 24.45%
B = 43.41%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75599E (or 0x75599E) is known color: Studio. HEX triplet: 75, 59 and 9E. RGB value is (117,89,158). Sum of RGB (Red+Green+Blue) = 117+89+158=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #75599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75599E is #8AA661. Grayscale: #686868. Windows color (decimal): -9086562 or 10377589. OLE color: 10377589.

HSL color Cylindrical-coordinate representation of color #75599E: hue angle of 264.35º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75599E is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 89 158 -
CMYK 0.26 0.44 0 0.38
HSL 264.35º 0.28% 0.48% -
HSV(B) 264.35º 0.44% 0.62% -
XYZ 17.08 13.4 34.03 -
YUV 105.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 117 89 158 0.26 0.44 0 0.38 264.35 0.28 0.48
Hex 75 59 9E 1A 2C 0 26 108 1C 30
Octal 165 131 236 32 54 0 46 410 34 60
Binary 1110101 1011001 10011110 11010 101100 0 100110 100001000 11100 110000

Color Harmonies of #75599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75599E

Black with #75599E

Text Example


Text Example

White with #75599E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75599E; }

 p { color: rgb(117,89,158); }

 H1.HeaderClassName
 {
   color: #75599E;
 }
 .AnyTagClassName
 {
   color: #75599E;
 }
</style>

background-color css

<style>
 a { background-color: #75599E; }

 a { background-color: rgb(117,89,158); }

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

border-color css

<style>
 span { border-color: #75599E; }

 span { border-color: rgb(117,89,158); }

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