Html Css Color HEX #7B48AA Studio

📋 copy color: '#7B48AA'

red 123 ◦ green 72 ◦ blue 170

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

Shades of Studio #7B48AA

Tints of Studio #7B48AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.58%

R = 33.7%
G = 19.73%
B = 46.58%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B48AA (or 0x7B48AA) is known color: Studio. HEX triplet: 7B, 48 and AA. RGB value is (123,72,170). Sum of RGB (Red+Green+Blue) = 123+72+170=365 (48% of max value = 765). Red value is 123 (48.44% from 255 or 33.70% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B48AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B48AA is #84B755. Grayscale: #626262. Windows color (decimal): -8697686 or 11159675. OLE color: 11159675.

HSL color Cylindrical-coordinate representation of color #7B48AA: hue angle of 271.22º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7B48AA is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 72 170 -
CMYK 0.28 0.58 0 0.33
HSL 271.22º 0.4% 0.47% -
HSV(B) 271.22º 0.58% 0.67% -
XYZ 17.74 11.75 39.36 -
YUV 98.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 123 72 170 0.28 0.58 0 0.33 271.22 0.4 0.47
Hex 7B 48 AA 1C 3A 0 21 10F 28 2F
Octal 173 110 252 34 72 0 41 417 50 57
Binary 1111011 1001000 10101010 11100 111010 0 100001 100001111 101000 101111

Color Harmonies of #7B48AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B48AA

Black with #7B48AA

Text Example


Text Example

White with #7B48AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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