Html Css Color HEX #754595 Studio

📋 copy color: '#754595'

red 117 ◦ green 69 ◦ blue 149

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

Shades of Studio #754595

Tints of Studio #754595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.6%

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

R = 34.93%
G = 20.6%
B = 44.48%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#754595 (or 0x754595) is known color: Studio. HEX triplet: 75, 45 and 95. RGB value is (117,69,149). Sum of RGB (Red+Green+Blue) = 117+69+149=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 69 (27.34% from 255 or 20.60% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #754595 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754595 is #8ABA6A. Grayscale: #5C5C5C. Windows color (decimal): -9091691 or 9782645. OLE color: 9782645.

HSL color Cylindrical-coordinate representation of color #754595: hue angle of 276º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #754595 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 69 149 -
CMYK 0.21 0.54 0 0.42
HSL 276º 0.37% 0.43% -
HSV(B) 276º 0.54% 0.58% -
XYZ 14.89 10.21 29.62 -
YUV 92.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 117 69 149 0.21 0.54 0 0.42 276 0.37 0.43
Hex 75 45 95 15 36 0 2A 114 25 2B
Octal 165 105 225 25 66 0 52 424 45 53
Binary 1110101 1000101 10010101 10101 110110 0 101010 100010100 100101 101011

Color Harmonies of #754595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754595

Black with #754595

Text Example


Text Example

White with #754595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754595; }

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

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

background-color css

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

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

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

border-color css

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

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

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