Html Css Color HEX #755293 Studio

📋 copy color: '#755293'

red 117 ◦ green 82 ◦ blue 147

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

Shades of Studio #755293

Tints of Studio #755293

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.7%

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

R = 33.82%
G = 23.7%
B = 42.49%

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

#755293 (or 0x755293) is known color: Studio. HEX triplet: 75, 52 and 93. RGB value is (117,82,147). Sum of RGB (Red+Green+Blue) = 117+82+147=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #755293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755293 is #8AAD6C. Grayscale: #636363. Windows color (decimal): -9088365 or 9654901. OLE color: 9654901.

HSL color Cylindrical-coordinate representation of color #755293: hue angle of 272.31º 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 #755293 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 82 147 -
CMYK 0.20 0.44 0 0.42
HSL 272.31º 0.28% 0.45% -
HSV(B) 272.31º 0.44% 0.58% -
XYZ 15.62 11.92 29.08 -
YUV 99.88 154.6 140.21 -
System Red Green Blue C M Y K H S L
Decimal 117 82 147 0.20 0.44 0 0.42 272.31 0.28 0.45
Hex 75 52 93 14 2C 0 2A 110 1C 2D
Octal 165 122 223 24 54 0 52 420 34 55
Binary 1110101 1010010 10010011 10100 101100 0 101010 100010000 11100 101101

Color Harmonies of #755293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755293

Black with #755293

Text Example


Text Example

White with #755293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755293; }

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

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

background-color css

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

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

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

border-color css

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

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

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