Html Css Color HEX #7B40AB Studio

📋 copy color: '#7B40AB'

red 123 ◦ green 64 ◦ blue 171

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

Shades of Studio #7B40AB

Tints of Studio #7B40AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 34.36%
G = 17.88%
B = 47.77%

CMYK

 C value IS 0.28

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B40AB (or 0x7B40AB) is known color: Studio. HEX triplet: 7B, 40 and AB. RGB value is (123,64,171). Sum of RGB (Red+Green+Blue) = 123+64+171=358 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.36% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B40AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B40AB is #84BF54. Grayscale: #5D5D5D. Windows color (decimal): -8699733 or 11223163. OLE color: 11223163.

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

Color convert

RGB 123 64 171 -
CMYK 0.28 0.63 0 0.33
HSL 273.08º 0.46% 0.46% -
HSV(B) 273.08º 0.63% 0.67% -
XYZ 17.35 10.82 39.7 -
YUV 93.84 171.55 148.8 -
System Red Green Blue C M Y K H S L
Decimal 123 64 171 0.28 0.63 0 0.33 273.08 0.46 0.46
Hex 7B 40 AB 1C 3F 0 21 111 2E 2E
Octal 173 100 253 34 77 0 41 421 56 56
Binary 1111011 1000000 10101011 11100 111111 0 100001 100010001 101110 101110

Color Harmonies of #7B40AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B40AB

Black with #7B40AB

Text Example


Text Example

White with #7B40AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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