Html Css Color HEX #754797 Studio

📋 copy color: '#754797'

red 117 ◦ green 71 ◦ blue 151

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

Shades of Studio #754797

Tints of Studio #754797

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.94%

 BLUE value IS 151 (59.38% from 255) = 44.54%

R = 34.51%
G = 20.94%
B = 44.54%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#754797 (or 0x754797) is known color: Studio. HEX triplet: 75, 47 and 97. RGB value is (117,71,151). Sum of RGB (Red+Green+Blue) = 117+71+151=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 151 (59.38% from 255 or 44.54% from 339); Max value from RGB is 151 - color contains mainly: blue. Hex color #754797 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754797 is #8AB868. Grayscale: #5D5D5D. Windows color (decimal): -9091177 or 9914229. OLE color: 9914229.

HSL color Cylindrical-coordinate representation of color #754797: hue angle of 274.5º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #754797 is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 71 151 -
CMYK 0.23 0.53 0 0.41
HSL 274.5º 0.36% 0.44% -
HSV(B) 274.5º 0.53% 0.59% -
XYZ 15.18 10.52 30.51 -
YUV 93.87 160.24 144.5 -
System Red Green Blue C M Y K H S L
Decimal 117 71 151 0.23 0.53 0 0.41 274.5 0.36 0.44
Hex 75 47 97 17 35 0 29 112 24 2C
Octal 165 107 227 27 65 0 51 422 44 54
Binary 1110101 1000111 10010111 10111 110101 0 101001 100010010 100100 101100

Color Harmonies of #754797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754797

Black with #754797

Text Example


Text Example

White with #754797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754797; }

 p { color: rgb(117,71,151); }

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

background-color css

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

 a { background-color: rgb(117,71,151); }

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

border-color css

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

 span { border-color: rgb(117,71,151); }

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