Html Css Color HEX #754B94 Studio

📋 copy color: '#754B94'

red 117 ◦ green 75 ◦ blue 148

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

Shades of Studio #754B94

Tints of Studio #754B94

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.06%

 BLUE value IS 148 (58.2% from 255) = 43.53%

R = 34.41%
G = 22.06%
B = 43.53%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#754B94 (or 0x754B94) is known color: Studio. HEX triplet: 75, 4B and 94. RGB value is (117,75,148). Sum of RGB (Red+Green+Blue) = 117+75+148=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 148 (58.20% from 255 or 43.53% from 340); Max value from RGB is 148 - color contains mainly: blue. Hex color #754B94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B94 is #8AB46B. Grayscale: #5F5F5F. Windows color (decimal): -9090156 or 9718645. OLE color: 9718645.

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

Color convert

RGB 117 75 148 -
CMYK 0.21 0.49 0 0.42
HSL 274.52º 0.33% 0.44% -
HSV(B) 274.52º 0.49% 0.58% -
XYZ 15.2 10.95 29.33 -
YUV 95.88 157.41 143.06 -
System Red Green Blue C M Y K H S L
Decimal 117 75 148 0.21 0.49 0 0.42 274.52 0.33 0.44
Hex 75 4B 94 15 31 0 2A 113 21 2C
Octal 165 113 224 25 61 0 52 423 41 54
Binary 1110101 1001011 10010100 10101 110001 0 101010 100010011 100001 101100

Color Harmonies of #754B94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B94

Black with #754B94

Text Example


Text Example

White with #754B94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,75,148); }

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

background-color css

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

 a { background-color: rgb(117,75,148); }

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

border-color css

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

 span { border-color: rgb(117,75,148); }

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