Html Css Color HEX #75559E Studio

📋 copy color: '#75559E'

red 117 ◦ green 85 ◦ blue 158

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

Shades of Studio #75559E

Tints of Studio #75559E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.61%

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

R = 32.5%
G = 23.61%
B = 43.89%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75559E (or 0x75559E) is known color: Studio. HEX triplet: 75, 55 and 9E. RGB value is (117,85,158). Sum of RGB (Red+Green+Blue) = 117+85+158=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 85 (33.59% from 255 or 23.61% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #75559E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75559E is #8AAA61. Grayscale: #666666. Windows color (decimal): -9087586 or 10376565. OLE color: 10376565.

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

Color convert

RGB 117 85 158 -
CMYK 0.26 0.46 0 0.38
HSL 266.3º 0.3% 0.48% -
HSV(B) 266.3º 0.46% 0.62% -
XYZ 16.76 12.75 33.93 -
YUV 102.89 159.1 138.06 -
System Red Green Blue C M Y K H S L
Decimal 117 85 158 0.26 0.46 0 0.38 266.3 0.3 0.48
Hex 75 55 9E 1A 2E 0 26 10A 1E 30
Octal 165 125 236 32 56 0 46 412 36 60
Binary 1110101 1010101 10011110 11010 101110 0 100110 100001010 11110 110000

Color Harmonies of #75559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75559E

Black with #75559E

Text Example


Text Example

White with #75559E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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