Html Css Color HEX #765199 Studio

📋 copy color: '#765199'

red 118 ◦ green 81 ◦ blue 153

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

Shades of Studio #765199

Tints of Studio #765199

RGB

 RED value IS 118 (46.48% from 255) = 33.52%

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

 BLUE value IS 153 (60.16% from 255) = 43.47%

R = 33.52%
G = 23.01%
B = 43.47%

CMYK

 C value IS 0.23

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#765199 (or 0x765199) is known color: Studio. HEX triplet: 76, 51 and 99. RGB value is (118,81,153). Sum of RGB (Red+Green+Blue) = 118+81+153=352 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.52% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #765199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765199 is #89AE66. Grayscale: #646464. Windows color (decimal): -9023079 or 10047862. OLE color: 10047862.

HSL color Cylindrical-coordinate representation of color #765199: hue angle of 270.83º degrees, saturation: 0.31, 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 #765199 is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 118 81 153 -
CMYK 0.23 0.47 0 0.4
HSL 270.83º 0.31% 0.46% -
HSV(B) 270.83º 0.47% 0.6% -
XYZ 16.16 12.04 31.61 -
YUV 100.27 157.76 140.65 -
System Red Green Blue C M Y K H S L
Decimal 118 81 153 0.23 0.47 0 0.4 270.83 0.31 0.46
Hex 76 51 99 17 2F 0 28 10F 1F 2E
Octal 166 121 231 27 57 0 50 417 37 56
Binary 1110110 1010001 10011001 10111 101111 0 101000 100001111 11111 101110

Color Harmonies of #765199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765199

Black with #765199

Text Example


Text Example

White with #765199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765199; }

 p { color: rgb(118,81,153); }

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

background-color css

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

 a { background-color: rgb(118,81,153); }

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

border-color css

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

 span { border-color: rgb(118,81,153); }

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