Html Css Color HEX #76439B Studio

📋 copy color: '#76439B'

red 118 ◦ green 67 ◦ blue 155

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

Shades of Studio #76439B

Tints of Studio #76439B

RGB

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

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

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

R = 34.71%
G = 19.71%
B = 45.59%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76439B (or 0x76439B) is known color: Studio. HEX triplet: 76, 43 and 9B. RGB value is (118,67,155). Sum of RGB (Red+Green+Blue) = 118+67+155=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #76439B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76439B is #89BC64. Grayscale: #5B5B5B. Windows color (decimal): -9026661 or 10175350. OLE color: 10175350.

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

Color convert

RGB 118 67 155 -
CMYK 0.24 0.57 0 0.39
HSL 274.77º 0.4% 0.44% -
HSV(B) 274.77º 0.57% 0.61% -
XYZ 15.39 10.23 32.17 -
YUV 92.28 163.4 146.34 -
System Red Green Blue C M Y K H S L
Decimal 118 67 155 0.24 0.57 0 0.39 274.77 0.4 0.44
Hex 76 43 9B 18 39 0 27 113 28 2C
Octal 166 103 233 30 71 0 47 423 50 54
Binary 1110110 1000011 10011011 11000 111001 0 100111 100010011 101000 101100

Color Harmonies of #76439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76439B

Black with #76439B

Text Example


Text Example

White with #76439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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