Html Css Color HEX #75489B Studio

📋 copy color: '#75489B'

red 117 ◦ green 72 ◦ blue 155

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

Shades of Studio #75489B

Tints of Studio #75489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.93%

 BLUE value IS 155 (60.94% from 255) = 45.06%

R = 34.01%
G = 20.93%
B = 45.06%

CMYK

 C value IS 0.25

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75489B (or 0x75489B) is known color: Studio. HEX triplet: 75, 48 and 9B. RGB value is (117,72,155). Sum of RGB (Red+Green+Blue) = 117+72+155=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #75489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75489B is #8AB764. Grayscale: #5E5E5E. Windows color (decimal): -9090917 or 10176629. OLE color: 10176629.

HSL color Cylindrical-coordinate representation of color #75489B: hue angle of 272.53º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75489B is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 72 155 -
CMYK 0.25 0.54 0 0.39
HSL 272.53º 0.37% 0.45% -
HSV(B) 272.53º 0.54% 0.61% -
XYZ 15.57 10.78 32.27 -
YUV 94.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 117 72 155 0.25 0.54 0 0.39 272.53 0.37 0.45
Hex 75 48 9B 19 36 0 27 111 25 2D
Octal 165 110 233 31 66 0 47 421 45 55
Binary 1110101 1001000 10011011 11001 110110 0 100111 100010001 100101 101101

Color Harmonies of #75489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75489B

Black with #75489B

Text Example


Text Example

White with #75489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75489B; }

 p { color: rgb(117,72,155); }

 H1.HeaderClassName
 {
   color: #75489B;
 }
 .AnyTagClassName
 {
   color: #75489B;
 }
</style>

background-color css

<style>
 a { background-color: #75489B; }

 a { background-color: rgb(117,72,155); }

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

border-color css

<style>
 span { border-color: #75489B; }

 span { border-color: rgb(117,72,155); }

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