Html Css Color HEX #76459B Studio

📋 copy color: '#76459B'

red 118 ◦ green 69 ◦ blue 155

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

Shades of Studio #76459B

Tints of Studio #76459B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.18%

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

R = 34.5%
G = 20.18%
B = 45.32%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76459B (or 0x76459B) is known color: Studio. HEX triplet: 76, 45 and 9B. RGB value is (118,69,155). Sum of RGB (Red+Green+Blue) = 118+69+155=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #76459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76459B is #89BA64. Grayscale: #5D5D5D. Windows color (decimal): -9026149 or 10175862. OLE color: 10175862.

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

Color convert

RGB 118 69 155 -
CMYK 0.24 0.55 0 0.39
HSL 274.19º 0.38% 0.44% -
HSV(B) 274.19º 0.55% 0.61% -
XYZ 15.52 10.47 32.21 -
YUV 93.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 118 69 155 0.24 0.55 0 0.39 274.19 0.38 0.44
Hex 76 45 9B 18 37 0 27 112 26 2C
Octal 166 105 233 30 67 0 47 422 46 54
Binary 1110110 1000101 10011011 11000 110111 0 100111 100010010 100110 101100

Color Harmonies of #76459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76459B

Black with #76459B

Text Example


Text Example

White with #76459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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