Html Css Color HEX #76489F Studio

📋 copy color: '#76489F'

red 118 ◦ green 72 ◦ blue 159

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

Shades of Studio #76489F

Tints of Studio #76489F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.63%

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

R = 33.81%
G = 20.63%
B = 45.56%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76489F (or 0x76489F) is known color: Studio. HEX triplet: 76, 48 and 9F. RGB value is (118,72,159). Sum of RGB (Red+Green+Blue) = 118+72+159=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #76489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76489F is #89B760. Grayscale: #5F5F5F. Windows color (decimal): -9025377 or 10438774. OLE color: 10438774.

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

Color convert

RGB 118 72 159 -
CMYK 0.26 0.55 0 0.38
HSL 271.72º 0.38% 0.45% -
HSV(B) 271.72º 0.55% 0.62% -
XYZ 16.05 10.99 34.08 -
YUV 95.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 118 72 159 0.26 0.55 0 0.38 271.72 0.38 0.45
Hex 76 48 9F 1A 37 0 26 110 26 2D
Octal 166 110 237 32 67 0 46 420 46 55
Binary 1110110 1001000 10011111 11010 110111 0 100110 100010000 100110 101101

Color Harmonies of #76489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76489F

Black with #76489F

Text Example


Text Example

White with #76489F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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