Html Css Color HEX #754E95 Studio

📋 copy color: '#754E95'

red 117 ◦ green 78 ◦ blue 149

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

Shades of Studio #754E95

Tints of Studio #754E95

RGB

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

 GREEN value IS 78 (30.86% from 255) = 22.67%

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

R = 34.01%
G = 22.67%
B = 43.31%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#754E95 (or 0x754E95) is known color: Studio. HEX triplet: 75, 4E and 95. RGB value is (117,78,149). Sum of RGB (Red+Green+Blue) = 117+78+149=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 78 (30.86% from 255 or 22.67% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #754E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754E95 is #8AB16A. Grayscale: #616161. Windows color (decimal): -9089387 or 9784949. OLE color: 9784949.

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

Color convert

RGB 117 78 149 -
CMYK 0.21 0.48 0 0.42
HSL 272.96º 0.31% 0.45% -
HSV(B) 272.96º 0.48% 0.58% -
XYZ 15.49 11.4 29.82 -
YUV 97.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 117 78 149 0.21 0.48 0 0.42 272.96 0.31 0.45
Hex 75 4E 95 15 30 0 2A 111 1F 2D
Octal 165 116 225 25 60 0 52 421 37 55
Binary 1110101 1001110 10010101 10101 110000 0 101010 100010001 11111 101101

Color Harmonies of #754E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E95

Black with #754E95

Text Example


Text Example

White with #754E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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