Html Css Color HEX #754998 Studio

📋 copy color: '#754998'

red 117 ◦ green 73 ◦ blue 152

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

Shades of Studio #754998

Tints of Studio #754998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.35%

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

R = 34.21%
G = 21.35%
B = 44.44%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#754998 (or 0x754998) is known color: Studio. HEX triplet: 75, 49 and 98. RGB value is (117,73,152). Sum of RGB (Red+Green+Blue) = 117+73+152=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 152 (59.77% from 255 or 44.44% from 342); Max value from RGB is 152 - color contains mainly: blue. Hex color #754998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754998 is #8AB667. Grayscale: #5E5E5E. Windows color (decimal): -9090664 or 9980277. OLE color: 9980277.

HSL color Cylindrical-coordinate representation of color #754998: hue angle of 273.42º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #754998 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 73 152 -
CMYK 0.23 0.52 0 0.40
HSL 273.42º 0.35% 0.44% -
HSV(B) 273.42º 0.52% 0.6% -
XYZ 15.39 10.81 30.98 -
YUV 95.16 160.08 143.58 -
System Red Green Blue C M Y K H S L
Decimal 117 73 152 0.23 0.52 0 0.40 273.42 0.35 0.44
Hex 75 49 98 17 34 0 28 111 23 2C
Octal 165 111 230 27 64 0 50 421 43 54
Binary 1110101 1001001 10011000 10111 110100 0 101000 100010001 100011 101100

Color Harmonies of #754998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754998

Black with #754998

Text Example


Text Example

White with #754998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754998; }

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

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

background-color css

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

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

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

border-color css

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

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

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