Html Css Color HEX #754599 Studio

📋 copy color: '#754599'

red 117 ◦ green 69 ◦ blue 153

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

Shades of Studio #754599

Tints of Studio #754599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.35%

 BLUE value IS 153 (60.16% from 255) = 45.13%

R = 34.51%
G = 20.35%
B = 45.13%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#754599 (or 0x754599) is known color: Studio. HEX triplet: 75, 45 and 99. RGB value is (117,69,153). Sum of RGB (Red+Green+Blue) = 117+69+153=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #754599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754599 is #8ABA66. Grayscale: #5C5C5C. Windows color (decimal): -9091687 or 10044789. OLE color: 10044789.

HSL color Cylindrical-coordinate representation of color #754599: hue angle of 274.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #754599 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 69 153 -
CMYK 0.24 0.55 0 0.4
HSL 274.29º 0.38% 0.44% -
HSV(B) 274.29º 0.55% 0.6% -
XYZ 15.21 10.34 31.33 -
YUV 92.93 161.9 145.17 -
System Red Green Blue C M Y K H S L
Decimal 117 69 153 0.24 0.55 0 0.4 274.29 0.38 0.44
Hex 75 45 99 18 37 0 28 112 26 2C
Octal 165 105 231 30 67 0 50 422 46 54
Binary 1110101 1000101 10011001 11000 110111 0 101000 100010010 100110 101100

Color Harmonies of #754599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754599

Black with #754599

Text Example


Text Example

White with #754599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754599; }

 p { color: rgb(117,69,153); }

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

background-color css

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

 a { background-color: rgb(117,69,153); }

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

border-color css

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

 span { border-color: rgb(117,69,153); }

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