Html Css Color HEX #75599A Studio

📋 copy color: '#75599A'

red 117 ◦ green 89 ◦ blue 154

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

Shades of Studio #75599A

Tints of Studio #75599A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.78%

R = 32.5%
G = 24.72%
B = 42.78%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#75599A (or 0x75599A) is known color: Studio. HEX triplet: 75, 59 and 9A. RGB value is (117,89,154). Sum of RGB (Red+Green+Blue) = 117+89+154=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #75599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75599A is #8AA665. Grayscale: #686868. Windows color (decimal): -9086566 or 10115445. OLE color: 10115445.

HSL color Cylindrical-coordinate representation of color #75599A: hue angle of 265.85º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75599A is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 89 154 -
CMYK 0.24 0.42 0 0.40
HSL 265.85º 0.27% 0.48% -
HSV(B) 265.85º 0.42% 0.6% -
XYZ 16.74 13.26 32.25 -
YUV 104.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 117 89 154 0.24 0.42 0 0.40 265.85 0.27 0.48
Hex 75 59 9A 18 2A 0 28 10A 1B 30
Octal 165 131 232 30 52 0 50 412 33 60
Binary 1110101 1011001 10011010 11000 101010 0 101000 100001010 11011 110000

Color Harmonies of #75599A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75599A

Black with #75599A

Text Example


Text Example

White with #75599A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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