Html Css Color HEX #754B95 Studio

📋 copy color: '#754B95'

red 117 ◦ green 75 ◦ blue 149

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

Shades of Studio #754B95

Tints of Studio #754B95

RGB

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

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

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

R = 34.31%
G = 21.99%
B = 43.7%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#754B95 (or 0x754B95) is known color: Studio. HEX triplet: 75, 4B and 95. RGB value is (117,75,149). Sum of RGB (Red+Green+Blue) = 117+75+149=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 149 - color contains mainly: blue. Hex color #754B95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754B95 is #8AB46A. Grayscale: #5F5F5F. Windows color (decimal): -9090155 or 9784181. OLE color: 9784181.

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

Color convert

RGB 117 75 149 -
CMYK 0.21 0.50 0 0.42
HSL 274.05º 0.33% 0.44% -
HSV(B) 274.05º 0.5% 0.58% -
XYZ 15.28 10.98 29.75 -
YUV 95.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 117 75 149 0.21 0.50 0 0.42 274.05 0.33 0.44
Hex 75 4B 95 15 32 0 2A 112 21 2C
Octal 165 113 225 25 62 0 52 422 41 54
Binary 1110101 1001011 10010101 10101 110010 0 101010 100010010 100001 101100

Color Harmonies of #754B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B95

Black with #754B95

Text Example


Text Example

White with #754B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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