Html Css Color HEX #755597 Studio

📋 copy color: '#755597'

red 117 ◦ green 85 ◦ blue 151

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

Shades of Studio #755597

Tints of Studio #755597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.78%

R = 33.14%
G = 24.08%
B = 42.78%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#755597 (or 0x755597) is known color: Studio. HEX triplet: 75, 55 and 97. RGB value is (117,85,151). Sum of RGB (Red+Green+Blue) = 117+85+151=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #755597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755597 is #8AAA68. Grayscale: #656565. Windows color (decimal): -9087593 or 9917813. OLE color: 9917813.

HSL color Cylindrical-coordinate representation of color #755597: hue angle of 269.09º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #755597 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 85 151 -
CMYK 0.23 0.44 0 0.41
HSL 269.09º 0.28% 0.46% -
HSV(B) 269.09º 0.44% 0.59% -
XYZ 16.17 12.51 30.84 -
YUV 102.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 117 85 151 0.23 0.44 0 0.41 269.09 0.28 0.46
Hex 75 55 97 17 2C 0 29 10D 1C 2E
Octal 165 125 227 27 54 0 51 415 34 56
Binary 1110101 1010101 10010111 10111 101100 0 101001 100001101 11100 101110

Color Harmonies of #755597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755597

Black with #755597

Text Example


Text Example

White with #755597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755597; }

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

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

background-color css

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

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

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

border-color css

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

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

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