Html Css Color HEX #755393 Studio

📋 copy color: '#755393'

red 117 ◦ green 83 ◦ blue 147

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

Shades of Studio #755393

Tints of Studio #755393

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.92%

 BLUE value IS 147 (57.81% from 255) = 42.36%

R = 33.72%
G = 23.92%
B = 42.36%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#755393 (or 0x755393) is known color: Studio. HEX triplet: 75, 53 and 93. RGB value is (117,83,147). Sum of RGB (Red+Green+Blue) = 117+83+147=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 147 (57.81% from 255 or 42.36% from 347); Max value from RGB is 147 - color contains mainly: blue. Hex color #755393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755393 is #8AAC6C. Grayscale: #646464. Windows color (decimal): -9088109 or 9655157. OLE color: 9655157.

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

Color convert

RGB 117 83 147 -
CMYK 0.20 0.44 0 0.42
HSL 271.88º 0.28% 0.45% -
HSV(B) 271.88º 0.44% 0.58% -
XYZ 15.7 12.08 29.11 -
YUV 100.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 117 83 147 0.20 0.44 0 0.42 271.88 0.28 0.45
Hex 75 53 93 14 2C 0 2A 110 1C 2D
Octal 165 123 223 24 54 0 52 420 34 55
Binary 1110101 1010011 10010011 10100 101100 0 101010 100010000 11100 101101

Color Harmonies of #755393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755393

Black with #755393

Text Example


Text Example

White with #755393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755393; }

 p { color: rgb(117,83,147); }

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

background-color css

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

 a { background-color: rgb(117,83,147); }

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

border-color css

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

 span { border-color: rgb(117,83,147); }

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