Html Css Color HEX #755198 Studio

📋 copy color: '#755198'

red 117 ◦ green 81 ◦ blue 152

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

Shades of Studio #755198

Tints of Studio #755198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.43%

R = 33.43%
G = 23.14%
B = 43.43%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#755198 (or 0x755198) is known color: Studio. HEX triplet: 75, 51 and 98. RGB value is (117,81,152). Sum of RGB (Red+Green+Blue) = 117+81+152=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #755198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755198 is #8AAE67. Grayscale: #636363. Windows color (decimal): -9088616 or 9982325. OLE color: 9982325.

HSL color Cylindrical-coordinate representation of color #755198: hue angle of 270.42º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #755198 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 117 81 152 -
CMYK 0.23 0.47 0 0.40
HSL 270.42º 0.3% 0.46% -
HSV(B) 270.42º 0.47% 0.6% -
XYZ 15.95 11.93 31.17 -
YUV 99.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 117 81 152 0.23 0.47 0 0.40 270.42 0.3 0.46
Hex 75 51 98 17 2F 0 28 10E 1E 2E
Octal 165 121 230 27 57 0 50 416 36 56
Binary 1110101 1010001 10011000 10111 101111 0 101000 100001110 11110 101110

Color Harmonies of #755198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755198

Black with #755198

Text Example


Text Example

White with #755198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755198; }

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

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

background-color css

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

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

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

border-color css

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

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

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