Html Css Color HEX #754899 Studio

📋 copy color: '#754899'

red 117 ◦ green 72 ◦ blue 153

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

Shades of Studio #754899

Tints of Studio #754899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.05%

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

R = 34.21%
G = 21.05%
B = 44.74%

CMYK

 C value IS 0.24

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#754899 (or 0x754899) is known color: Studio. HEX triplet: 75, 48 and 99. RGB value is (117,72,153). Sum of RGB (Red+Green+Blue) = 117+72+153=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 153 (60.16% from 255 or 44.74% from 342); Max value from RGB is 153 - color contains mainly: blue. Hex color #754899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754899 is #8AB766. Grayscale: #5E5E5E. Windows color (decimal): -9090919 or 10045557. OLE color: 10045557.

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

Color convert

RGB 117 72 153 -
CMYK 0.24 0.53 0 0.4
HSL 273.33º 0.36% 0.44% -
HSV(B) 273.33º 0.53% 0.6% -
XYZ 15.4 10.72 31.39 -
YUV 94.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 117 72 153 0.24 0.53 0 0.4 273.33 0.36 0.44
Hex 75 48 99 18 35 0 28 111 24 2C
Octal 165 110 231 30 65 0 50 421 44 54
Binary 1110101 1001000 10011001 11000 110101 0 101000 100010001 100100 101100

Color Harmonies of #754899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754899

Black with #754899

Text Example


Text Example

White with #754899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754899; }

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

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

background-color css

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

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

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

border-color css

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

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

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