Html Css Color HEX #755593 Studio

📋 copy color: '#755593'

red 117 ◦ green 85 ◦ blue 147

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

Shades of Studio #755593

Tints of Studio #755593

RGB

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

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

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

R = 33.52%
G = 24.36%
B = 42.12%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#755593 (or 0x755593) is known color: Studio. HEX triplet: 75, 55 and 93. RGB value is (117,85,147). Sum of RGB (Red+Green+Blue) = 117+85+147=349 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.52% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #755593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755593 is #8AAA6C. Grayscale: #656565. Windows color (decimal): -9087597 or 9655669. OLE color: 9655669.

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

Color convert

RGB 117 85 147 -
CMYK 0.20 0.42 0 0.42
HSL 270.97º 0.27% 0.45% -
HSV(B) 270.97º 0.42% 0.58% -
XYZ 15.85 12.39 29.16 -
YUV 101.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 117 85 147 0.20 0.42 0 0.42 270.97 0.27 0.45
Hex 75 55 93 14 2A 0 2A 10F 1B 2D
Octal 165 125 223 24 52 0 52 417 33 55
Binary 1110101 1010101 10010011 10100 101010 0 101010 100001111 11011 101101

Color Harmonies of #755593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755593

Black with #755593

Text Example


Text Example

White with #755593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755593; }

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

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

background-color css

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

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

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

border-color css

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

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

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