Html Css Color HEX #7B4997 Studio

📋 copy color: '#7B4997'

red 123 ◦ green 73 ◦ blue 151

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

Shades of Studio #7B4997

Tints of Studio #7B4997

RGB

 RED value IS 123 (48.44% from 255) = 35.45%

 GREEN value IS 73 (28.91% from 255) = 21.04%

 BLUE value IS 151 (59.38% from 255) = 43.52%

R = 35.45%
G = 21.04%
B = 43.52%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7B4997 (or 0x7B4997) is known color: Studio. HEX triplet: 7B, 49 and 97. RGB value is (123,73,151). Sum of RGB (Red+Green+Blue) = 123+73+151=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 151 (59.38% from 255 or 43.52% from 347); Max value from RGB is 151 - color contains mainly: blue. Hex color #7B4997 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4997 is #84B668. Grayscale: #606060. Windows color (decimal): -8697449 or 9914747. OLE color: 9914747.

HSL color Cylindrical-coordinate representation of color #7B4997: hue angle of 278.46º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B4997 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 73 151 -
CMYK 0.19 0.52 0 0.41
HSL 278.46º 0.35% 0.44% -
HSV(B) 278.46º 0.52% 0.59% -
XYZ 16.14 11.21 30.59 -
YUV 96.84 158.57 146.66 -
System Red Green Blue C M Y K H S L
Decimal 123 73 151 0.19 0.52 0 0.41 278.46 0.35 0.44
Hex 7B 49 97 13 34 0 29 116 23 2C
Octal 173 111 227 23 64 0 51 426 43 54
Binary 1111011 1001001 10010111 10011 110100 0 101001 100010110 100011 101100

Color Harmonies of #7B4997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4997

Black with #7B4997

Text Example


Text Example

White with #7B4997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B4997; }

 p { color: rgb(123,73,151); }

 H1.HeaderClassName
 {
   color: #7B4997;
 }
 .AnyTagClassName
 {
   color: #7B4997;
 }
</style>

background-color css

<style>
 a { background-color: #7B4997; }

 a { background-color: rgb(123,73,151); }

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

border-color css

<style>
 span { border-color: #7B4997; }

 span { border-color: rgb(123,73,151); }

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