Html Css Color HEX #75449E Studio

📋 copy color: '#75449E'

red 117 ◦ green 68 ◦ blue 158

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

Shades of Studio #75449E

Tints of Studio #75449E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.83%

 BLUE value IS 158 (62.11% from 255) = 46.06%

R = 34.11%
G = 19.83%
B = 46.06%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75449E (or 0x75449E) is known color: Studio. HEX triplet: 75, 44 and 9E. RGB value is (117,68,158). Sum of RGB (Red+Green+Blue) = 117+68+158=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #75449E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75449E is #8ABB61. Grayscale: #5C5C5C. Windows color (decimal): -9091938 or 10372213. OLE color: 10372213.

HSL color Cylindrical-coordinate representation of color #75449E: hue angle of 272.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #75449E is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 68 158 -
CMYK 0.26 0.57 0 0.38
HSL 272.67º 0.4% 0.44% -
HSV(B) 272.67º 0.57% 0.62% -
XYZ 15.57 10.38 33.53 -
YUV 92.91 164.73 145.18 -
System Red Green Blue C M Y K H S L
Decimal 117 68 158 0.26 0.57 0 0.38 272.67 0.4 0.44
Hex 75 44 9E 1A 39 0 26 111 28 2C
Octal 165 104 236 32 71 0 46 421 50 54
Binary 1110101 1000100 10011110 11010 111001 0 100110 100010001 101000 101100

Color Harmonies of #75449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75449E

Black with #75449E

Text Example


Text Example

White with #75449E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75449E; }

 p { color: rgb(117,68,158); }

 H1.HeaderClassName
 {
   color: #75449E;
 }
 .AnyTagClassName
 {
   color: #75449E;
 }
</style>

background-color css

<style>
 a { background-color: #75449E; }

 a { background-color: rgb(117,68,158); }

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

border-color css

<style>
 span { border-color: #75449E; }

 span { border-color: rgb(117,68,158); }

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