Html Css Color HEX #7B4599 Studio

📋 copy color: '#7B4599'

red 123 ◦ green 69 ◦ blue 153

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

Shades of Studio #7B4599

Tints of Studio #7B4599

RGB

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

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

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

R = 35.65%
G = 20%
B = 44.35%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7B4599 (or 0x7B4599) is known color: Studio. HEX triplet: 7B, 45 and 99. RGB value is (123,69,153). Sum of RGB (Red+Green+Blue) = 123+69+153=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #7B4599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4599 is #84BA66. Grayscale: #5E5E5E. Windows color (decimal): -8698471 or 10044795. OLE color: 10044795.

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

Color convert

RGB 123 69 153 -
CMYK 0.20 0.55 0 0.4
HSL 278.57º 0.38% 0.44% -
HSV(B) 278.57º 0.55% 0.6% -
XYZ 16.05 10.77 31.37 -
YUV 94.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 123 69 153 0.20 0.55 0 0.4 278.57 0.38 0.44
Hex 7B 45 99 14 37 0 28 117 26 2C
Octal 173 105 231 24 67 0 50 427 46 54
Binary 1111011 1000101 10011001 10100 110111 0 101000 100010111 100110 101100

Color Harmonies of #7B4599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4599

Black with #7B4599

Text Example


Text Example

White with #7B4599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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