Html Css Color HEX #754199 Studio

📋 copy color: '#754199'

red 117 ◦ green 65 ◦ blue 153

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

Shades of Studio #754199

Tints of Studio #754199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.4%

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

R = 34.93%
G = 19.4%
B = 45.67%

CMYK

 C value IS 0.24

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#754199 (or 0x754199) is known color: Studio. HEX triplet: 75, 41 and 99. RGB value is (117,65,153). Sum of RGB (Red+Green+Blue) = 117+65+153=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #754199 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754199 is #8ABE66. Grayscale: #5A5A5A. Windows color (decimal): -9092711 or 10043765. OLE color: 10043765.

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

Color convert

RGB 117 65 153 -
CMYK 0.24 0.58 0 0.4
HSL 275.45º 0.4% 0.43% -
HSV(B) 275.45º 0.58% 0.6% -
XYZ 14.98 9.86 31.25 -
YUV 90.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 117 65 153 0.24 0.58 0 0.4 275.45 0.4 0.43
Hex 75 41 99 18 3A 0 28 113 28 2B
Octal 165 101 231 30 72 0 50 423 50 53
Binary 1110101 1000001 10011001 11000 111010 0 101000 100010011 101000 101011

Color Harmonies of #754199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754199

Black with #754199

Text Example


Text Example

White with #754199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754199; }

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

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

background-color css

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

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

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

border-color css

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

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

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