Html Css Color HEX #7B4899 Studio

📋 copy color: '#7B4899'

red 123 ◦ green 72 ◦ blue 153

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

Shades of Studio #7B4899

Tints of Studio #7B4899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

 BLUE value IS 153 (60.16% from 255) = 43.97%

R = 35.34%
G = 20.69%
B = 43.97%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7B4899 (or 0x7B4899) is known color: Studio. HEX triplet: 7B, 48 and 99. RGB value is (123,72,153). Sum of RGB (Red+Green+Blue) = 123+72+153=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 153 (60.16% from 255 or 43.97% from 348); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B4899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4899 is #84B766. Grayscale: #606060. Windows color (decimal): -8697703 or 10045563. OLE color: 10045563.

HSL color Cylindrical-coordinate representation of color #7B4899: hue angle of 277.78º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7B4899 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 123 72 153 -
CMYK 0.20 0.53 0 0.4
HSL 277.78º 0.36% 0.44% -
HSV(B) 277.78º 0.53% 0.6% -
XYZ 16.24 11.15 31.43 -
YUV 96.48 159.9 146.91 -
System Red Green Blue C M Y K H S L
Decimal 123 72 153 0.20 0.53 0 0.4 277.78 0.36 0.44
Hex 7B 48 99 14 35 0 28 116 24 2C
Octal 173 110 231 24 65 0 50 426 44 54
Binary 1111011 1001000 10011001 10100 110101 0 101000 100010110 100100 101100

Color Harmonies of #7B4899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4899

Black with #7B4899

Text Example


Text Example

White with #7B4899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,72,153); }

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

background-color css

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

 a { background-color: rgb(123,72,153); }

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

border-color css

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

 span { border-color: rgb(123,72,153); }

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