Html Css Color HEX #754995 Studio

📋 copy color: '#754995'

red 117 ◦ green 73 ◦ blue 149

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

Shades of Studio #754995

Tints of Studio #754995

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.53%

 BLUE value IS 149 (58.59% from 255) = 43.95%

R = 34.51%
G = 21.53%
B = 43.95%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#754995 (or 0x754995) is known color: Studio. HEX triplet: 75, 49 and 95. RGB value is (117,73,149). Sum of RGB (Red+Green+Blue) = 117+73+149=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 73 (28.91% from 255 or 21.53% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #754995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754995 is #8AB66A. Grayscale: #5E5E5E. Windows color (decimal): -9090667 or 9783669. OLE color: 9783669.

HSL color Cylindrical-coordinate representation of color #754995: hue angle of 274.74º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #754995 is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 73 149 -
CMYK 0.21 0.51 0 0.42
HSL 274.74º 0.34% 0.44% -
HSV(B) 274.74º 0.51% 0.58% -
XYZ 15.14 10.72 29.7 -
YUV 94.82 158.58 143.82 -
System Red Green Blue C M Y K H S L
Decimal 117 73 149 0.21 0.51 0 0.42 274.74 0.34 0.44
Hex 75 49 95 15 33 0 2A 113 22 2C
Octal 165 111 225 25 63 0 52 423 42 54
Binary 1110101 1001001 10010101 10101 110011 0 101010 100010011 100010 101100

Color Harmonies of #754995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754995

Black with #754995

Text Example


Text Example

White with #754995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754995; }

 p { color: rgb(117,73,149); }

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

background-color css

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

 a { background-color: rgb(117,73,149); }

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

border-color css

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

 span { border-color: rgb(117,73,149); }

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