Html Css Color HEX #76539D Studio

📋 copy color: '#76539D'

red 118 ◦ green 83 ◦ blue 157

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

Shades of Studio #76539D

Tints of Studio #76539D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 43.85%

R = 32.96%
G = 23.18%
B = 43.85%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76539D (or 0x76539D) is known color: Studio. HEX triplet: 76, 53 and 9D. RGB value is (118,83,157). Sum of RGB (Red+Green+Blue) = 118+83+157=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #76539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76539D is #89AC62. Grayscale: #656565. Windows color (decimal): -9022563 or 10310518. OLE color: 10310518.

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

Color convert

RGB 118 83 157 -
CMYK 0.25 0.47 0 0.38
HSL 268.38º 0.31% 0.47% -
HSV(B) 268.38º 0.47% 0.62% -
XYZ 16.65 12.47 33.43 -
YUV 101.9 159.1 139.48 -
System Red Green Blue C M Y K H S L
Decimal 118 83 157 0.25 0.47 0 0.38 268.38 0.31 0.47
Hex 76 53 9D 19 2F 0 26 10C 1F 2F
Octal 166 123 235 31 57 0 46 414 37 57
Binary 1110110 1010011 10011101 11001 101111 0 100110 100001100 11111 101111

Color Harmonies of #76539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76539D

Black with #76539D

Text Example


Text Example

White with #76539D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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