Html Css Color HEX #754499 Studio

📋 copy color: '#754499'

red 117 ◦ green 68 ◦ blue 153

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

Shades of Studio #754499

Tints of Studio #754499

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.12%

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

R = 34.62%
G = 20.12%
B = 45.27%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#754499 (or 0x754499) is known color: Studio. HEX triplet: 75, 44 and 99. RGB value is (117,68,153). Sum of RGB (Red+Green+Blue) = 117+68+153=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #754499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754499 is #8ABB66. Grayscale: #5C5C5C. Windows color (decimal): -9091943 or 10044533. OLE color: 10044533.

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

Color convert

RGB 117 68 153 -
CMYK 0.24 0.56 0 0.4
HSL 274.59º 0.38% 0.43% -
HSV(B) 274.59º 0.56% 0.6% -
XYZ 15.15 10.22 31.31 -
YUV 92.34 162.23 145.59 -
System Red Green Blue C M Y K H S L
Decimal 117 68 153 0.24 0.56 0 0.4 274.59 0.38 0.43
Hex 75 44 99 18 38 0 28 113 26 2B
Octal 165 104 231 30 70 0 50 423 46 53
Binary 1110101 1000100 10011001 11000 111000 0 101000 100010011 100110 101011

Color Harmonies of #754499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754499

Black with #754499

Text Example


Text Example

White with #754499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754499; }

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

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

background-color css

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

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

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

border-color css

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

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

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