Html Css Color HEX #775298 Studio

📋 copy color: '#775298'

red 119 ◦ green 82 ◦ blue 152

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

Shades of Studio #775298

Tints of Studio #775298

RGB

 RED value IS 119 (46.88% from 255) = 33.71%

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

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

R = 33.71%
G = 23.23%
B = 43.06%

CMYK

 C value IS 0.22

 M value IS 0.46

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#775298 (or 0x775298) is known color: Studio. HEX triplet: 77, 52 and 98. RGB value is (119,82,152). Sum of RGB (Red+Green+Blue) = 119+82+152=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 152 (59.77% from 255 or 43.06% from 353); Max value from RGB is 152 - color contains mainly: blue. Hex color #775298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #775298 is #88AD67. Grayscale: #646464. Windows color (decimal): -8957288 or 9982583. OLE color: 9982583.

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

Color convert

RGB 119 82 152 -
CMYK 0.22 0.46 0 0.40
HSL 271.71º 0.3% 0.46% -
HSV(B) 271.71º 0.46% 0.6% -
XYZ 16.29 12.22 31.21 -
YUV 101.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 119 82 152 0.22 0.46 0 0.40 271.71 0.3 0.46
Hex 77 52 98 16 2E 0 28 110 1E 2E
Octal 167 122 230 26 56 0 50 420 36 56
Binary 1110111 1010010 10011000 10110 101110 0 101000 100010000 11110 101110

Color Harmonies of #775298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775298

Black with #775298

Text Example


Text Example

White with #775298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775298; }

 p { color: rgb(119,82,152); }

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

background-color css

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

 a { background-color: rgb(119,82,152); }

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

border-color css

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

 span { border-color: rgb(119,82,152); }

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