Html Css Color HEX #7B4798 Studio

📋 copy color: '#7B4798'

red 123 ◦ green 71 ◦ blue 152

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

Shades of Studio #7B4798

Tints of Studio #7B4798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.52%

 BLUE value IS 152 (59.77% from 255) = 43.93%

R = 35.55%
G = 20.52%
B = 43.93%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7B4798 (or 0x7B4798) is known color: Studio. HEX triplet: 7B, 47 and 98. RGB value is (123,71,152). Sum of RGB (Red+Green+Blue) = 123+71+152=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #7B4798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B4798 is #84B867. Grayscale: #5F5F5F. Windows color (decimal): -8697960 or 9979771. OLE color: 9979771.

HSL color Cylindrical-coordinate representation of color #7B4798: hue angle of 278.52º 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 #7B4798 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 123 71 152 -
CMYK 0.19 0.53 0 0.40
HSL 278.52º 0.36% 0.44% -
HSV(B) 278.52º 0.53% 0.6% -
XYZ 16.09 10.98 30.98 -
YUV 95.78 159.73 147.41 -
System Red Green Blue C M Y K H S L
Decimal 123 71 152 0.19 0.53 0 0.40 278.52 0.36 0.44
Hex 7B 47 98 13 35 0 28 117 24 2C
Octal 173 107 230 23 65 0 50 427 44 54
Binary 1111011 1000111 10011000 10011 110101 0 101000 100010111 100100 101100

Color Harmonies of #7B4798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4798

Black with #7B4798

Text Example


Text Example

White with #7B4798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,71,152); }

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

background-color css

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

 a { background-color: rgb(123,71,152); }

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

border-color css

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

 span { border-color: rgb(123,71,152); }

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