Html Css Color HEX #754F98 Studio

📋 copy color: '#754F98'

red 117 ◦ green 79 ◦ blue 152

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

Shades of Studio #754F98

Tints of Studio #754F98

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.7%

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

R = 33.62%
G = 22.7%
B = 43.68%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#754F98 (or 0x754F98) is known color: Studio. HEX triplet: 75, 4F and 98. RGB value is (117,79,152). Sum of RGB (Red+Green+Blue) = 117+79+152=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 79 (31.25% from 255 or 22.70% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #754F98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754F98 is #8AB067. Grayscale: #626262. Windows color (decimal): -9089128 or 9981813. OLE color: 9981813.

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

Color convert

RGB 117 79 152 -
CMYK 0.23 0.48 0 0.40
HSL 271.23º 0.32% 0.45% -
HSV(B) 271.23º 0.48% 0.6% -
XYZ 15.8 11.64 31.12 -
YUV 98.68 158.09 141.06 -
System Red Green Blue C M Y K H S L
Decimal 117 79 152 0.23 0.48 0 0.40 271.23 0.32 0.45
Hex 75 4F 98 17 30 0 28 10F 20 2D
Octal 165 117 230 27 60 0 50 417 40 55
Binary 1110101 1001111 10011000 10111 110000 0 101000 100001111 100000 101101

Color Harmonies of #754F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F98

Black with #754F98

Text Example


Text Example

White with #754F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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