Html Css Color HEX #75549D Studio

📋 copy color: '#75549D'

red 117 ◦ green 84 ◦ blue 157

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

Shades of Studio #75549D

Tints of Studio #75549D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.46%

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

R = 32.68%
G = 23.46%
B = 43.85%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75549D (or 0x75549D) is known color: Studio. HEX triplet: 75, 54 and 9D. RGB value is (117,84,157). Sum of RGB (Red+Green+Blue) = 117+84+157=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #75549D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75549D is #8AAB62. Grayscale: #656565. Windows color (decimal): -9087843 or 10310773. OLE color: 10310773.

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

Color convert

RGB 117 84 157 -
CMYK 0.25 0.46 0 0.38
HSL 267.12º 0.3% 0.47% -
HSV(B) 267.12º 0.46% 0.62% -
XYZ 16.59 12.56 33.45 -
YUV 102.19 158.93 138.56 -
System Red Green Blue C M Y K H S L
Decimal 117 84 157 0.25 0.46 0 0.38 267.12 0.3 0.47
Hex 75 54 9D 19 2E 0 26 10B 1E 2F
Octal 165 124 235 31 56 0 46 413 36 57
Binary 1110101 1010100 10011101 11001 101110 0 100110 100001011 11110 101111

Color Harmonies of #75549D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75549D

Black with #75549D

Text Example


Text Example

White with #75549D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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