Html Css Color HEX #755799 Studio

📋 copy color: '#755799'

red 117 ◦ green 87 ◦ blue 153

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

Shades of Studio #755799

Tints of Studio #755799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.37%

 BLUE value IS 153 (60.16% from 255) = 42.86%

R = 32.77%
G = 24.37%
B = 42.86%

CMYK

 C value IS 0.24

 M value IS 0.43

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#755799 (or 0x755799) is known color: Studio. HEX triplet: 75, 57 and 99. RGB value is (117,87,153). Sum of RGB (Red+Green+Blue) = 117+87+153=357 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.77% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #755799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755799 is #8AA866. Grayscale: #676767. Windows color (decimal): -9087079 or 10049397. OLE color: 10049397.

HSL color Cylindrical-coordinate representation of color #755799: hue angle of 267.27º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #755799 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 87 153 -
CMYK 0.24 0.43 0 0.4
HSL 267.27º 0.28% 0.47% -
HSV(B) 267.27º 0.43% 0.6% -
XYZ 16.49 12.9 31.76 -
YUV 103.49 155.94 137.63 -
System Red Green Blue C M Y K H S L
Decimal 117 87 153 0.24 0.43 0 0.4 267.27 0.28 0.47
Hex 75 57 99 18 2B 0 28 10B 1C 2F
Octal 165 127 231 30 53 0 50 413 34 57
Binary 1110101 1010111 10011001 11000 101011 0 101000 100001011 11100 101111

Color Harmonies of #755799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755799

Black with #755799

Text Example


Text Example

White with #755799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755799; }

 p { color: rgb(117,87,153); }

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

background-color css

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

 a { background-color: rgb(117,87,153); }

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

border-color css

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

 span { border-color: rgb(117,87,153); }

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