Html Css Color HEX #7B40AA Studio

📋 copy color: '#7B40AA'

red 123 ◦ green 64 ◦ blue 170

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

Shades of Studio #7B40AA

Tints of Studio #7B40AA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.93%

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

R = 34.45%
G = 17.93%
B = 47.62%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B40AA (or 0x7B40AA) is known color: Studio. HEX triplet: 7B, 40 and AA. RGB value is (123,64,170). Sum of RGB (Red+Green+Blue) = 123+64+170=357 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.45% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #7B40AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B40AA is #84BF55. Grayscale: #5D5D5D. Windows color (decimal): -8699734 or 11157627. OLE color: 11157627.

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

Color convert

RGB 123 64 170 -
CMYK 0.28 0.62 0 0.33
HSL 273.4º 0.45% 0.46% -
HSV(B) 273.4º 0.62% 0.67% -
XYZ 17.26 10.78 39.2 -
YUV 93.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 123 64 170 0.28 0.62 0 0.33 273.4 0.45 0.46
Hex 7B 40 AA 1C 3E 0 21 111 2D 2E
Octal 173 100 252 34 76 0 41 421 55 56
Binary 1111011 1000000 10101010 11100 111110 0 100001 100010001 101101 101110

Color Harmonies of #7B40AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B40AA

Black with #7B40AA

Text Example


Text Example

White with #7B40AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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