Html Css Color HEX #755195 Studio

📋 copy color: '#755195'

red 117 ◦ green 81 ◦ blue 149

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

Shades of Studio #755195

Tints of Studio #755195

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.34%

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

R = 33.72%
G = 23.34%
B = 42.94%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#755195 (or 0x755195) is known color: Studio. HEX triplet: 75, 51 and 95. RGB value is (117,81,149). Sum of RGB (Red+Green+Blue) = 117+81+149=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 149 - color contains mainly: blue. Hex color #755195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755195 is #8AAE6A. Grayscale: #636363. Windows color (decimal): -9088619 or 9785717. OLE color: 9785717.

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

Color convert

RGB 117 81 149 -
CMYK 0.21 0.46 0 0.42
HSL 271.76º 0.3% 0.45% -
HSV(B) 271.76º 0.46% 0.58% -
XYZ 15.7 11.84 29.89 -
YUV 99.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 117 81 149 0.21 0.46 0 0.42 271.76 0.3 0.45
Hex 75 51 95 15 2E 0 2A 110 1E 2D
Octal 165 121 225 25 56 0 52 420 36 55
Binary 1110101 1010001 10010101 10101 101110 0 101010 100010000 11110 101101

Color Harmonies of #755195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755195

Black with #755195

Text Example


Text Example

White with #755195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755195; }

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

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

background-color css

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

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

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

border-color css

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

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

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