Html Css Color HEX #76439E Studio

📋 copy color: '#76439E'

red 118 ◦ green 67 ◦ blue 158

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

Shades of Studio #76439E

Tints of Studio #76439E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.53%

 BLUE value IS 158 (62.11% from 255) = 46.06%

R = 34.4%
G = 19.53%
B = 46.06%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76439E (or 0x76439E) is known color: Studio. HEX triplet: 76, 43 and 9E. RGB value is (118,67,158). Sum of RGB (Red+Green+Blue) = 118+67+158=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #76439E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76439E is #89BC61. Grayscale: #5C5C5C. Windows color (decimal): -9026658 or 10371958. OLE color: 10371958.

HSL color Cylindrical-coordinate representation of color #76439E: hue angle of 273.63º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76439E is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 67 158 -
CMYK 0.25 0.58 0 0.38
HSL 273.63º 0.4% 0.44% -
HSV(B) 273.63º 0.58% 0.62% -
XYZ 15.65 10.33 33.52 -
YUV 92.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 118 67 158 0.25 0.58 0 0.38 273.63 0.4 0.44
Hex 76 43 9E 19 3A 0 26 112 28 2C
Octal 166 103 236 31 72 0 46 422 50 54
Binary 1110110 1000011 10011110 11001 111010 0 100110 100010010 101000 101100

Color Harmonies of #76439E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76439E

Black with #76439E

Text Example


Text Example

White with #76439E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76439E; }

 p { color: rgb(118,67,158); }

 H1.HeaderClassName
 {
   color: #76439E;
 }
 .AnyTagClassName
 {
   color: #76439E;
 }
</style>

background-color css

<style>
 a { background-color: #76439E; }

 a { background-color: rgb(118,67,158); }

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

border-color css

<style>
 span { border-color: #76439E; }

 span { border-color: rgb(118,67,158); }

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