Html Css Color HEX #75449A Studio

📋 copy color: '#75449A'

red 117 ◦ green 68 ◦ blue 154

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

Shades of Studio #75449A

Tints of Studio #75449A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.43%

R = 34.51%
G = 20.06%
B = 45.43%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#75449A (or 0x75449A) is known color: Studio. HEX triplet: 75, 44 and 9A. RGB value is (117,68,154). Sum of RGB (Red+Green+Blue) = 117+68+154=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 154 (60.55% from 255 or 45.43% from 339); Max value from RGB is 154 - color contains mainly: blue. Hex color #75449A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75449A is #8ABB65. Grayscale: #5C5C5C. Windows color (decimal): -9091942 or 10110069. OLE color: 10110069.

HSL color Cylindrical-coordinate representation of color #75449A: hue angle of 274.19º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75449A is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 68 154 -
CMYK 0.24 0.56 0 0.40
HSL 274.19º 0.39% 0.44% -
HSV(B) 274.19º 0.56% 0.6% -
XYZ 15.24 10.25 31.75 -
YUV 92.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 117 68 154 0.24 0.56 0 0.40 274.19 0.39 0.44
Hex 75 44 9A 18 38 0 28 112 27 2C
Octal 165 104 232 30 70 0 50 422 47 54
Binary 1110101 1000100 10011010 11000 111000 0 101000 100010010 100111 101100

Color Harmonies of #75449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75449A

Black with #75449A

Text Example


Text Example

White with #75449A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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