Html Css Color HEX #754494 Studio

📋 copy color: '#754494'

red 117 ◦ green 68 ◦ blue 148

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

Shades of Studio #754494

Tints of Studio #754494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.44%

R = 35.14%
G = 20.42%
B = 44.44%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#754494 (or 0x754494) is known color: Studio. HEX triplet: 75, 44 and 94. RGB value is (117,68,148). Sum of RGB (Red+Green+Blue) = 117+68+148=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 68 (26.95% from 255 or 20.42% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #754494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754494 is #8ABB6B. Grayscale: #5B5B5B. Windows color (decimal): -9091948 or 9716853. OLE color: 9716853.

HSL color Cylindrical-coordinate representation of color #754494: hue angle of 276.75º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #754494 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 68 148 -
CMYK 0.21 0.54 0 0.42
HSL 276.75º 0.37% 0.42% -
HSV(B) 276.75º 0.54% 0.58% -
XYZ 14.75 10.05 29.18 -
YUV 91.77 159.73 146 -
System Red Green Blue C M Y K H S L
Decimal 117 68 148 0.21 0.54 0 0.42 276.75 0.37 0.42
Hex 75 44 94 15 36 0 2A 115 25 2A
Octal 165 104 224 25 66 0 52 425 45 52
Binary 1110101 1000100 10010100 10101 110110 0 101010 100010101 100101 101010

Color Harmonies of #754494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754494

Black with #754494

Text Example


Text Example

White with #754494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754494; }

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

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

background-color css

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

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

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

border-color css

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

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

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