Html Css Color HEX #7B43AB Studio

📋 copy color: '#7B43AB'

red 123 ◦ green 67 ◦ blue 171

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

Shades of Studio #7B43AB

Tints of Studio #7B43AB

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.56%

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

R = 34.07%
G = 18.56%
B = 47.37%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7B43AB (or 0x7B43AB) is known color: Studio. HEX triplet: 7B, 43 and AB. RGB value is (123,67,171). Sum of RGB (Red+Green+Blue) = 123+67+171=361 (47% of max value = 765). Red value is 123 (48.44% from 255 or 34.07% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B43AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B43AB is #84BC54. Grayscale: #5F5F5F. Windows color (decimal): -8698965 or 11223931. OLE color: 11223931.

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

Color convert

RGB 123 67 171 -
CMYK 0.28 0.61 0 0.33
HSL 272.31º 0.44% 0.47% -
HSV(B) 272.31º 0.61% 0.67% -
XYZ 17.53 11.17 39.76 -
YUV 95.6 170.55 147.54 -
System Red Green Blue C M Y K H S L
Decimal 123 67 171 0.28 0.61 0 0.33 272.31 0.44 0.47
Hex 7B 43 AB 1C 3D 0 21 110 2C 2F
Octal 173 103 253 34 75 0 41 420 54 57
Binary 1111011 1000011 10101011 11100 111101 0 100001 100010000 101100 101111

Color Harmonies of #7B43AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B43AB

Black with #7B43AB

Text Example


Text Example

White with #7B43AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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