Html Css Color HEX #754996 Studio

📋 copy color: '#754996'

red 117 ◦ green 73 ◦ blue 150

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

Shades of Studio #754996

Tints of Studio #754996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.12%

R = 34.41%
G = 21.47%
B = 44.12%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#754996 (or 0x754996) is known color: Studio. HEX triplet: 75, 49 and 96. RGB value is (117,73,150). Sum of RGB (Red+Green+Blue) = 117+73+150=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 150 (58.98% from 255 or 44.12% from 340); Max value from RGB is 150 - color contains mainly: blue. Hex color #754996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754996 is #8AB669. Grayscale: #5E5E5E. Windows color (decimal): -9090666 or 9849205. OLE color: 9849205.

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

Color convert

RGB 117 73 150 -
CMYK 0.22 0.51 0 0.41
HSL 274.29º 0.35% 0.44% -
HSV(B) 274.29º 0.51% 0.59% -
XYZ 15.22 10.75 30.13 -
YUV 94.93 159.08 143.74 -
System Red Green Blue C M Y K H S L
Decimal 117 73 150 0.22 0.51 0 0.41 274.29 0.35 0.44
Hex 75 49 96 16 33 0 29 112 23 2C
Octal 165 111 226 26 63 0 51 422 43 54
Binary 1110101 1001001 10010110 10110 110011 0 101001 100010010 100011 101100

Color Harmonies of #754996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754996

Black with #754996

Text Example


Text Example

White with #754996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754996; }

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

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

background-color css

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

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

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

border-color css

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

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

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