Html Css Color HEX #755595 Studio

📋 copy color: '#755595'

red 117 ◦ green 85 ◦ blue 149

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

Shades of Studio #755595

Tints of Studio #755595

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.22%

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

R = 33.33%
G = 24.22%
B = 42.45%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#755595 (or 0x755595) is known color: Studio. HEX triplet: 75, 55 and 95. RGB value is (117,85,149). Sum of RGB (Red+Green+Blue) = 117+85+149=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 149 (58.59% from 255 or 42.45% from 351); Max value from RGB is 149 - color contains mainly: blue. Hex color #755595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755595 is #8AAA6A. Grayscale: #656565. Windows color (decimal): -9087595 or 9786741. OLE color: 9786741.

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

Color convert

RGB 117 85 149 -
CMYK 0.21 0.43 0 0.42
HSL 270º 0.27% 0.46% -
HSV(B) 270º 0.43% 0.58% -
XYZ 16.01 12.45 29.99 -
YUV 101.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 117 85 149 0.21 0.43 0 0.42 270 0.27 0.46
Hex 75 55 95 15 2B 0 2A 10E 1B 2E
Octal 165 125 225 25 53 0 52 416 33 56
Binary 1110101 1010101 10010101 10101 101011 0 101010 100001110 11011 101110

Color Harmonies of #755595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755595

Black with #755595

Text Example


Text Example

White with #755595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755595; }

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

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

background-color css

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

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

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

border-color css

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

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

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