Html Css Color HEX #755696 Studio

📋 copy color: '#755696'

red 117 ◦ green 86 ◦ blue 150

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

Shades of Studio #755696

Tints of Studio #755696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.36%

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 33.14%
G = 24.36%
B = 42.49%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#755696 (or 0x755696) is known color: Studio. HEX triplet: 75, 56 and 96. RGB value is (117,86,150). Sum of RGB (Red+Green+Blue) = 117+86+150=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #755696 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755696 is #8AA969. Grayscale: #666666. Windows color (decimal): -9087338 or 9852533. OLE color: 9852533.

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

Color convert

RGB 117 86 150 -
CMYK 0.22 0.43 0 0.41
HSL 269.06º 0.27% 0.46% -
HSV(B) 269.06º 0.43% 0.59% -
XYZ 16.17 12.64 30.44 -
YUV 102.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 117 86 150 0.22 0.43 0 0.41 269.06 0.27 0.46
Hex 75 56 96 16 2B 0 29 10D 1B 2E
Octal 165 126 226 26 53 0 51 415 33 56
Binary 1110101 1010110 10010110 10110 101011 0 101001 100001101 11011 101110

Color Harmonies of #755696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755696

Black with #755696

Text Example


Text Example

White with #755696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755696; }

 p { color: rgb(117,86,150); }

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

background-color css

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

 a { background-color: rgb(117,86,150); }

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

border-color css

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

 span { border-color: rgb(117,86,150); }

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