Html Css Color HEX #754D98 Studio

📋 copy color: '#754D98'

red 117 ◦ green 77 ◦ blue 152

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

Shades of Studio #754D98

Tints of Studio #754D98

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.25%

 BLUE value IS 152 (59.77% from 255) = 43.93%

R = 33.82%
G = 22.25%
B = 43.93%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#754D98 (or 0x754D98) is known color: Studio. HEX triplet: 75, 4D and 98. RGB value is (117,77,152). Sum of RGB (Red+Green+Blue) = 117+77+152=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 77 (30.47% from 255 or 22.25% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #754D98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754D98 is #8AB267. Grayscale: #616161. Windows color (decimal): -9089640 or 9981301. OLE color: 9981301.

HSL color Cylindrical-coordinate representation of color #754D98: hue angle of 272º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #754D98 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 77 152 -
CMYK 0.23 0.49 0 0.40
HSL 272º 0.33% 0.45% -
HSV(B) 272º 0.49% 0.6% -
XYZ 15.66 11.36 31.07 -
YUV 97.51 158.75 141.9 -
System Red Green Blue C M Y K H S L
Decimal 117 77 152 0.23 0.49 0 0.40 272 0.33 0.45
Hex 75 4D 98 17 31 0 28 110 21 2D
Octal 165 115 230 27 61 0 50 420 41 55
Binary 1110101 1001101 10011000 10111 110001 0 101000 100010000 100001 101101

Color Harmonies of #754D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D98

Black with #754D98

Text Example


Text Example

White with #754D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,77,152); }

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

background-color css

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

 a { background-color: rgb(117,77,152); }

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

border-color css

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

 span { border-color: rgb(117,77,152); }

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