Html Css Color HEX #7B41AB Studio

📋 copy color: '#7B41AB'

red 123 ◦ green 65 ◦ blue 171

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

Shades of Studio #7B41AB

Tints of Studio #7B41AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.11%

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

R = 34.26%
G = 18.11%
B = 47.63%

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

#7B41AB (or 0x7B41AB) is known color: Studio. HEX triplet: 7B, 41 and AB. RGB value is (123,65,171). Sum of RGB (Red+Green+Blue) = 123+65+171=359 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.26% from 359); Green value is 65 (25.78% from 255 or 18.11% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B41AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B41AB is #84BE54. Grayscale: #5E5E5E. Windows color (decimal): -8699477 or 11223419. OLE color: 11223419.

HSL color Cylindrical-coordinate representation of color #7B41AB: hue angle of 272.83º 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 #7B41AB is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 65 171 -
CMYK 0.28 0.62 0 0.33
HSL 272.83º 0.45% 0.46% -
HSV(B) 272.83º 0.62% 0.67% -
XYZ 17.41 10.93 39.72 -
YUV 94.43 171.22 148.38 -
System Red Green Blue C M Y K H S L
Decimal 123 65 171 0.28 0.62 0 0.33 272.83 0.45 0.46
Hex 7B 41 AB 1C 3E 0 21 111 2D 2E
Octal 173 101 253 34 76 0 41 421 55 56
Binary 1111011 1000001 10101011 11100 111110 0 100001 100010001 101101 101110

Color Harmonies of #7B41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B41AB

Black with #7B41AB

Text Example


Text Example

White with #7B41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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