Html Css Color HEX #754195 Studio

📋 copy color: '#754195'

red 117 ◦ green 65 ◦ blue 149

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

Shades of Studio #754195

Tints of Studio #754195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 35.35%
G = 19.64%
B = 45.02%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#754195 (or 0x754195) is known color: Studio. HEX triplet: 75, 41 and 95. RGB value is (117,65,149). Sum of RGB (Red+Green+Blue) = 117+65+149=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #754195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754195 is #8ABE6A. Grayscale: #595959. Windows color (decimal): -9092715 or 9781621. OLE color: 9781621.

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

Color convert

RGB 117 65 149 -
CMYK 0.21 0.56 0 0.42
HSL 277.14º 0.39% 0.42% -
HSV(B) 277.14º 0.56% 0.58% -
XYZ 14.65 9.73 29.54 -
YUV 90.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 117 65 149 0.21 0.56 0 0.42 277.14 0.39 0.42
Hex 75 41 95 15 38 0 2A 115 27 2A
Octal 165 101 225 25 70 0 52 425 47 52
Binary 1110101 1000001 10010101 10101 111000 0 101010 100010101 100111 101010

Color Harmonies of #754195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754195

Black with #754195

Text Example


Text Example

White with #754195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754195; }

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

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

background-color css

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

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

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

border-color css

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

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

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