Html Css Color HEX #76459C Studio

📋 copy color: '#76459C'

red 118 ◦ green 69 ◦ blue 156

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

Shades of Studio #76459C

Tints of Studio #76459C

RGB

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

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

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

R = 34.4%
G = 20.12%
B = 45.48%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76459C (or 0x76459C) is known color: Studio. HEX triplet: 76, 45 and 9C. RGB value is (118,69,156). Sum of RGB (Red+Green+Blue) = 118+69+156=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 69 (27.34% from 255 or 20.12% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 156 - color contains mainly: blue. Hex color #76459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76459C is #89BA63. Grayscale: #5D5D5D. Windows color (decimal): -9026148 or 10241398. OLE color: 10241398.

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

Color convert

RGB 118 69 156 -
CMYK 0.24 0.56 0 0.39
HSL 273.79º 0.39% 0.44% -
HSV(B) 273.79º 0.56% 0.61% -
XYZ 15.6 10.51 32.66 -
YUV 93.57 163.23 145.43 -
System Red Green Blue C M Y K H S L
Decimal 118 69 156 0.24 0.56 0 0.39 273.79 0.39 0.44
Hex 76 45 9C 18 38 0 27 112 27 2C
Octal 166 105 234 30 70 0 47 422 47 54
Binary 1110110 1000101 10011100 11000 111000 0 100111 100010010 100111 101100

Color Harmonies of #76459C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76459C

Black with #76459C

Text Example


Text Example

White with #76459C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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