Html Css Color HEX #76539B Studio

📋 copy color: '#76539B'

red 118 ◦ green 83 ◦ blue 155

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

Shades of Studio #76539B

Tints of Studio #76539B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.54%

R = 33.15%
G = 23.31%
B = 43.54%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76539B (or 0x76539B) is known color: Studio. HEX triplet: 76, 53 and 9B. RGB value is (118,83,155). Sum of RGB (Red+Green+Blue) = 118+83+155=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 155 (60.94% from 255 or 43.54% from 356); Max value from RGB is 155 - color contains mainly: blue. Hex color #76539B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76539B is #89AC64. Grayscale: #656565. Windows color (decimal): -9022565 or 10179446. OLE color: 10179446.

HSL color Cylindrical-coordinate representation of color #76539B: hue angle of 269.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76539B is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 83 155 -
CMYK 0.24 0.46 0 0.39
HSL 269.17º 0.3% 0.47% -
HSV(B) 269.17º 0.46% 0.61% -
XYZ 16.48 12.4 32.54 -
YUV 101.67 158.1 139.65 -
System Red Green Blue C M Y K H S L
Decimal 118 83 155 0.24 0.46 0 0.39 269.17 0.3 0.47
Hex 76 53 9B 18 2E 0 27 10D 1E 2F
Octal 166 123 233 30 56 0 47 415 36 57
Binary 1110110 1010011 10011011 11000 101110 0 100111 100001101 11110 101111

Color Harmonies of #76539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76539B

Black with #76539B

Text Example


Text Example

White with #76539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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