Html Css Color HEX #76539F Studio

📋 copy color: '#76539F'

red 118 ◦ green 83 ◦ blue 159

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

Shades of Studio #76539F

Tints of Studio #76539F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.06%

 BLUE value IS 159 (62.5% from 255) = 44.17%

R = 32.78%
G = 23.06%
B = 44.17%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76539F (or 0x76539F) is known color: Studio. HEX triplet: 76, 53 and 9F. RGB value is (118,83,159). Sum of RGB (Red+Green+Blue) = 118+83+159=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 159 (62.5% from 255 or 44.17% from 360); Max value from RGB is 159 - color contains mainly: blue. Hex color #76539F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76539F is #89AC60. Grayscale: #656565. Windows color (decimal): -9022561 or 10441590. OLE color: 10441590.

HSL color Cylindrical-coordinate representation of color #76539F: hue angle of 267.63º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76539F is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 83 159 -
CMYK 0.26 0.48 0 0.38
HSL 267.63º 0.31% 0.47% -
HSV(B) 267.63º 0.48% 0.62% -
XYZ 16.82 12.54 34.33 -
YUV 102.13 160.1 139.32 -
System Red Green Blue C M Y K H S L
Decimal 118 83 159 0.26 0.48 0 0.38 267.63 0.31 0.47
Hex 76 53 9F 1A 30 0 26 10C 1F 2F
Octal 166 123 237 32 60 0 46 414 37 57
Binary 1110110 1010011 10011111 11010 110000 0 100110 100001100 11111 101111

Color Harmonies of #76539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76539F

Black with #76539F

Text Example


Text Example

White with #76539F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76539F; }

 p { color: rgb(118,83,159); }

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

background-color css

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

 a { background-color: rgb(118,83,159); }

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

border-color css

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

 span { border-color: rgb(118,83,159); }

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