Html Css Color HEX #755194 Studio

📋 copy color: '#755194'

red 117 ◦ green 81 ◦ blue 148

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

Shades of Studio #755194

Tints of Studio #755194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.41%

 BLUE value IS 148 (58.2% from 255) = 42.77%

R = 33.82%
G = 23.41%
B = 42.77%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#755194 (or 0x755194) is known color: Studio. HEX triplet: 75, 51 and 94. RGB value is (117,81,148). Sum of RGB (Red+Green+Blue) = 117+81+148=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 148 - color contains mainly: blue. Hex color #755194 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755194 is #8AAE6B. Grayscale: #636363. Windows color (decimal): -9088620 or 9720181. OLE color: 9720181.

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

Color convert

RGB 117 81 148 -
CMYK 0.21 0.45 0 0.42
HSL 272.24º 0.29% 0.45% -
HSV(B) 272.24º 0.45% 0.58% -
XYZ 15.62 11.8 29.47 -
YUV 99.4 155.43 140.55 -
System Red Green Blue C M Y K H S L
Decimal 117 81 148 0.21 0.45 0 0.42 272.24 0.29 0.45
Hex 75 51 94 15 2D 0 2A 110 1D 2D
Octal 165 121 224 25 55 0 52 420 35 55
Binary 1110101 1010001 10010100 10101 101101 0 101010 100010000 11101 101101

Color Harmonies of #755194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755194

Black with #755194

Text Example


Text Example

White with #755194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755194; }

 p { color: rgb(117,81,148); }

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

background-color css

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

 a { background-color: rgb(117,81,148); }

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

border-color css

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

 span { border-color: rgb(117,81,148); }

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