Html Css Color HEX #754699 Studio

📋 copy color: '#754699'

red 117 ◦ green 70 ◦ blue 153

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

Shades of Studio #754699

Tints of Studio #754699

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.59%

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

R = 34.41%
G = 20.59%
B = 45%

CMYK

 C value IS 0.24

 M value IS 0.54

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#754699 (or 0x754699) is known color: Studio. HEX triplet: 75, 46 and 99. RGB value is (117,70,153). Sum of RGB (Red+Green+Blue) = 117+70+153=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #754699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754699 is #8AB966. Grayscale: #5D5D5D. Windows color (decimal): -9091431 or 10045045. OLE color: 10045045.

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

Color convert

RGB 117 70 153 -
CMYK 0.24 0.54 0 0.4
HSL 273.98º 0.37% 0.44% -
HSV(B) 273.98º 0.54% 0.6% -
XYZ 15.28 10.46 31.35 -
YUV 93.52 161.57 144.75 -
System Red Green Blue C M Y K H S L
Decimal 117 70 153 0.24 0.54 0 0.4 273.98 0.37 0.44
Hex 75 46 99 18 36 0 28 112 25 2C
Octal 165 106 231 30 66 0 50 422 45 54
Binary 1110101 1000110 10011001 11000 110110 0 101000 100010010 100101 101100

Color Harmonies of #754699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754699

Black with #754699

Text Example


Text Example

White with #754699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754699; }

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

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

background-color css

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

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

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

border-color css

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

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

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