Html Css Color HEX #76439C Studio

📋 copy color: '#76439C'

red 118 ◦ green 67 ◦ blue 156

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

Shades of Studio #76439C

Tints of Studio #76439C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.75%

R = 34.6%
G = 19.65%
B = 45.75%

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

#76439C (or 0x76439C) is known color: Studio. HEX triplet: 76, 43 and 9C. RGB value is (118,67,156). Sum of RGB (Red+Green+Blue) = 118+67+156=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #76439C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76439C is #89BC63. Grayscale: #5C5C5C. Windows color (decimal): -9026660 or 10240886. OLE color: 10240886.

HSL color Cylindrical-coordinate representation of color #76439C: hue angle of 274.38º 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 #76439C is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 67 156 -
CMYK 0.24 0.57 0 0.39
HSL 274.38º 0.4% 0.44% -
HSV(B) 274.38º 0.57% 0.61% -
XYZ 15.48 10.27 32.62 -
YUV 92.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 118 67 156 0.24 0.57 0 0.39 274.38 0.4 0.44
Hex 76 43 9C 18 39 0 27 112 28 2C
Octal 166 103 234 30 71 0 47 422 50 54
Binary 1110110 1000011 10011100 11000 111001 0 100111 100010010 101000 101100

Color Harmonies of #76439C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76439C

Black with #76439C

Text Example


Text Example

White with #76439C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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