Html Css Color HEX #75489C Studio

📋 copy color: '#75489C'

red 117 ◦ green 72 ◦ blue 156

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

Shades of Studio #75489C

Tints of Studio #75489C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.22%

R = 33.91%
G = 20.87%
B = 45.22%

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

#75489C (or 0x75489C) is known color: Studio. HEX triplet: 75, 48 and 9C. RGB value is (117,72,156). Sum of RGB (Red+Green+Blue) = 117+72+156=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #75489C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75489C is #8AB763. Grayscale: #5E5E5E. Windows color (decimal): -9090916 or 10242165. OLE color: 10242165.

HSL color Cylindrical-coordinate representation of color #75489C: hue angle of 272.14º 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 #75489C is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 72 156 -
CMYK 0.25 0.54 0 0.39
HSL 272.14º 0.37% 0.45% -
HSV(B) 272.14º 0.54% 0.61% -
XYZ 15.65 10.82 32.72 -
YUV 95.03 162.41 143.67 -
System Red Green Blue C M Y K H S L
Decimal 117 72 156 0.25 0.54 0 0.39 272.14 0.37 0.45
Hex 75 48 9C 19 36 0 27 110 25 2D
Octal 165 110 234 31 66 0 47 420 45 55
Binary 1110101 1001000 10011100 11001 110110 0 100111 100010000 100101 101101

Color Harmonies of #75489C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75489C

Black with #75489C

Text Example


Text Example

White with #75489C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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