Html Css Color HEX #76589F Studio

📋 copy color: '#76589F'

red 118 ◦ green 88 ◦ blue 159

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

Shades of Studio #76589F

Tints of Studio #76589F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.11%

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

R = 32.33%
G = 24.11%
B = 43.56%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76589F (or 0x76589F) is known color: Studio. HEX triplet: 76, 58 and 9F. RGB value is (118,88,159). Sum of RGB (Red+Green+Blue) = 118+88+159=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 159 - color contains mainly: blue. Hex color #76589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76589F is #89A760. Grayscale: #686868. Windows color (decimal): -9021281 or 10442870. OLE color: 10442870.

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

Color convert

RGB 118 88 159 -
CMYK 0.26 0.45 0 0.38
HSL 265.35º 0.29% 0.48% -
HSV(B) 265.35º 0.45% 0.62% -
XYZ 17.22 13.33 34.47 -
YUV 105.06 158.44 137.23 -
System Red Green Blue C M Y K H S L
Decimal 118 88 159 0.26 0.45 0 0.38 265.35 0.29 0.48
Hex 76 58 9F 1A 2D 0 26 109 1D 30
Octal 166 130 237 32 55 0 46 411 35 60
Binary 1110110 1011000 10011111 11010 101101 0 100110 100001001 11101 110000

Color Harmonies of #76589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76589F

Black with #76589F

Text Example


Text Example

White with #76589F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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