Html Css Color HEX #75589D Studio

📋 copy color: '#75589D'

red 117 ◦ green 88 ◦ blue 157

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

Shades of Studio #75589D

Tints of Studio #75589D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.31%

 BLUE value IS 157 (61.72% from 255) = 43.37%

R = 32.32%
G = 24.31%
B = 43.37%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75589D (or 0x75589D) is known color: Studio. HEX triplet: 75, 58 and 9D. RGB value is (117,88,157). Sum of RGB (Red+Green+Blue) = 117+88+157=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 157 (61.72% from 255 or 43.37% from 362); Max value from RGB is 157 - color contains mainly: blue. Hex color #75589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75589D is #8AA762. Grayscale: #686868. Windows color (decimal): -9086819 or 10311797. OLE color: 10311797.

HSL color Cylindrical-coordinate representation of color #75589D: hue angle of 265.22º 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 #75589D is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 88 157 -
CMYK 0.25 0.44 0 0.38
HSL 265.22º 0.28% 0.48% -
HSV(B) 265.22º 0.44% 0.62% -
XYZ 16.91 13.2 33.55 -
YUV 104.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 117 88 157 0.25 0.44 0 0.38 265.22 0.28 0.48
Hex 75 58 9D 19 2C 0 26 109 1C 30
Octal 165 130 235 31 54 0 46 411 34 60
Binary 1110101 1011000 10011101 11001 101100 0 100110 100001001 11100 110000

Color Harmonies of #75589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75589D

Black with #75589D

Text Example


Text Example

White with #75589D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75589D; }

 p { color: rgb(117,88,157); }

 H1.HeaderClassName
 {
   color: #75589D;
 }
 .AnyTagClassName
 {
   color: #75589D;
 }
</style>

background-color css

<style>
 a { background-color: #75589D; }

 a { background-color: rgb(117,88,157); }

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

border-color css

<style>
 span { border-color: #75589D; }

 span { border-color: rgb(117,88,157); }

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